Results 2 issues of Sumeet

Hi All, I'm using the Microsoft Graph Python SDK and running the following code: detailed_user = await client.users.by_user_id("user_id").get() print(detailed_user.account_enabled) Even though my app has all the necessary application permissions (User.ReadWrite.All,...

status:waiting-for-triage

Hi, I'm using the Python Redmine library to fetch time entries like this: entries = client.time_entry.filter(offset=0, limit=100) But each request (100 entries) takes ~50–60 seconds, which becomes very slow when...