{"id":23882594,"url":"https://github.com/muhamedayoub/msgraph-batch-toolkit","last_synced_at":"2026-04-15T13:33:10.792Z","repository":{"id":270635903,"uuid":"910990398","full_name":"MuhamedAyoub/msgraph-batch-toolkit","owner":"MuhamedAyoub","description":"Efficient batch processing utility for Microsoft Graph API with automatic retries and rate limiting","archived":false,"fork":false,"pushed_at":"2025-01-03T14:00:03.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-15T19:44:05.732Z","etag":null,"topics":["active-directory","api-client","entra-id","microsoft","node","rate-limiting","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MuhamedAyoub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-02T01:52:59.000Z","updated_at":"2025-01-03T14:00:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a09ed3d7-6902-4c76-bd1c-3c55dba471f3","html_url":"https://github.com/MuhamedAyoub/msgraph-batch-toolkit","commit_stats":null,"previous_names":["muhamedayoub/msgraph-batch-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhamedAyoub/msgraph-batch-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhamedAyoub%2Fmsgraph-batch-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhamedAyoub%2Fmsgraph-batch-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhamedAyoub%2Fmsgraph-batch-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhamedAyoub%2Fmsgraph-batch-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhamedAyoub","download_url":"https://codeload.github.com/MuhamedAyoub/msgraph-batch-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhamedAyoub%2Fmsgraph-batch-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-directory","api-client","entra-id","microsoft","node","rate-limiting","typescript"],"created_at":"2025-01-04T02:56:10.541Z","updated_at":"2026-04-15T13:33:10.769Z","avatar_url":"https://github.com/MuhamedAyoub.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MS Graph Batch Processor\n\nA utility library for batch processing Microsoft Graph API requests with built-in retry logic, rate limiting, and logging.\n\n## Installation\n\n```bash\npnpm install\n```\n\n## Usage\n\n```typescript\nimport { Client } from '@microsoft/microsoft-graph-client';\n\nconst client = Client.init({\n\t// your graph client config\n});\n\nconst processor = new MsGraphBatchProcessor(client, {\n\tbatchSize: 20,\n\tconcurrency: 2,\n});\n\nconst requests = [\n\t// your requests\n];\n\nconst results = await processor.processBatch(requests, (item) =\u003e ({\n\tmethod: 'GET',\n\turl: `/users/${item.id}`,\n}));\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhamedayoub%2Fmsgraph-batch-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhamedayoub%2Fmsgraph-batch-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhamedayoub%2Fmsgraph-batch-toolkit/lists"}