{"id":23160649,"url":"https://github.com/disruptek/bluu","last_synced_at":"2026-04-17T05:02:43.516Z","repository":{"id":78132146,"uuid":"211377318","full_name":"disruptek/bluu","owner":"disruptek","description":"Microsoft Azure Cloud (MAC) APIs in Nim","archived":false,"fork":false,"pushed_at":"2020-01-25T05:13:44.000Z","size":24517,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T23:45:20.580Z","etag":null,"topics":["api","azure","client","cloud","computing","microsoft","openapi","platform","rest","services"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/disruptek.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}},"created_at":"2019-09-27T18:14:17.000Z","updated_at":"2022-09-06T02:23:12.000Z","dependencies_parsed_at":"2023-02-24T02:00:17.957Z","dependency_job_id":null,"html_url":"https://github.com/disruptek/bluu","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/disruptek/bluu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disruptek%2Fbluu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disruptek%2Fbluu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disruptek%2Fbluu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disruptek%2Fbluu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disruptek","download_url":"https://codeload.github.com/disruptek/bluu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disruptek%2Fbluu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","azure","client","cloud","computing","microsoft","openapi","platform","rest","services"],"created_at":"2024-12-17T23:11:35.052Z","updated_at":"2026-04-17T05:02:43.476Z","avatar_url":"https://github.com/disruptek.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bluu\nMicrosoft Azure Cloud Computing Platform and Services (MAC) APIs\n\n## Work in Progress\n\nThe request signing hasn't been implemented yet...\n\n## Supported APIs\n\n[Sadly, only the 675 most popular Azure APIs are supported at this time.](https://github.com/disruptek/bluu/tree/master/src/bluu) :cry:\n\n## Example\n\nYour import statement names the APIs you want to use and the versions of same,\nwith any punctuation turned into underscores or omitted from version identifiers.\n\n```nim\nimport asyncdispatch\nimport httpclient\nimport httpcore\n\nimport bluu/cdn_20190415 # ie. CDN API released 2019-04-15\n\nlet\n  # the call() gets arguments you might expect; they have sensible\n  # defaults depending upon the call, the API, whether they are\n  # required, what their types are, whether we can infer a default...\n  myUsage = resourceUsageList.call(subscriptionId=\"my-subscription\")\nfor response in myUsage.retried(tries=3):\n  if response.code.is2xx:\n    echo waitfor response.body\n    break\n\n```\n\n## Details\n\nThis project is based almost entirely upon the following:\n\n- OpenAPI Code Generator https://github.com/disruptek/openapi\n\nPatches welcome!\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisruptek%2Fbluu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisruptek%2Fbluu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisruptek%2Fbluu/lists"}