{"id":20479135,"url":"https://github.com/kkazuo/dart-azblob","last_synced_at":"2025-04-13T13:26:38.599Z","repository":{"id":41959320,"uuid":"350289734","full_name":"kkazuo/dart-azblob","owner":"kkazuo","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-12T12:25:12.000Z","size":65,"stargazers_count":8,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T04:33:14.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkazuo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-22T09:51:14.000Z","updated_at":"2024-08-28T11:43:32.000Z","dependencies_parsed_at":"2024-11-15T15:41:49.494Z","dependency_job_id":"44934c84-b14d-40b1-a680-b68bc98229a6","html_url":"https://github.com/kkazuo/dart-azblob","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.13636363636363635","last_synced_commit":"88ca93416a59fdfc72f0e5cf6469c5aa416f7b40"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-azblob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-azblob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-azblob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkazuo%2Fdart-azblob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkazuo","download_url":"https://codeload.github.com/kkazuo/dart-azblob/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248719558,"owners_count":21150759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-15T15:41:34.086Z","updated_at":"2025-04-13T13:26:38.577Z","avatar_url":"https://github.com/kkazuo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"A trivial Azure Blob Storage client.\n\n![workflow](https://github.com/kkazuo/dart-azblob/actions/workflows/dart.yml/badge.svg)\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:azblob/azblob.dart';\n\nmain() async {\n  var storage = AzureStorage.parse('your connection string');\n  await storage.putBlob('/yourcontainer/yourfile.txt',\n    body: 'Hello, world.');\n}\n```\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdart-azblob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkazuo%2Fdart-azblob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkazuo%2Fdart-azblob/lists"}