{"id":15581465,"url":"https://github.com/moralcode/snipeit-flutter","last_synced_at":"2025-04-07T03:35:23.052Z","repository":{"id":113204287,"uuid":"601329550","full_name":"MoralCode/SnipeIT-Flutter","owner":"MoralCode","description":"A Flutter library for interacting with the SnipeIT API","archived":false,"fork":false,"pushed_at":"2023-02-13T20:54:30.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T08:19:45.099Z","etag":null,"topics":["asset-management","flutter","snipe-it"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoralCode.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":"2023-02-13T20:53:45.000Z","updated_at":"2023-02-13T20:55:34.000Z","dependencies_parsed_at":"2023-03-27T15:06:48.642Z","dependency_job_id":null,"html_url":"https://github.com/MoralCode/SnipeIT-Flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2FSnipeIT-Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2FSnipeIT-Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2FSnipeIT-Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoralCode%2FSnipeIT-Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoralCode","download_url":"https://codeload.github.com/MoralCode/SnipeIT-Flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589147,"owners_count":20963018,"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":["asset-management","flutter","snipe-it"],"created_at":"2024-10-02T19:48:28.505Z","updated_at":"2025-04-07T03:35:23.011Z","avatar_url":"https://github.com/MoralCode.png","language":"Dart","readme":"# SnipeIT Flutter API Wrapper\n\n\nThis is a library that intends to make it easier to interact with the [SnipeIT API](https://snipe-it.readme.io/reference/api-overview).\n\n\n\n\n## Usage\n\n```dart\nimport 'package:snipeit/snipeit.dart';\n\nSnipeIT snipeitapi = SnipeIT(\n\turl:\"https://develop.snipeitapp.com\",\n\taccessToken: \"eyJ0eXAiOiJK.......\"\n);\n\n//get locations\nList\u003cLocation\u003e = locations = await snipeitapi.getLocations()\n\n```\n\n## Building the library for development\nThis library relies on some generated code to perform json serialization. This code can be generated with `dart run build_runner build`\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fsnipeit-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoralcode%2Fsnipeit-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoralcode%2Fsnipeit-flutter/lists"}