{"id":19365749,"url":"https://github.com/ryanleecode/gitserver-client","last_synced_at":"2026-05-13T01:33:08.968Z","repository":{"id":106425683,"uuid":"188715990","full_name":"ryanleecode/gitserver-client","owner":"ryanleecode","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-07T01:33:49.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T13:23:19.387Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanleecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-26T18:06:46.000Z","updated_at":"2019-06-07T01:33:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdb510eb-6a79-47aa-8879-f0c2133dbb44","html_url":"https://github.com/ryanleecode/gitserver-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanleecode/gitserver-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fgitserver-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fgitserver-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fgitserver-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fgitserver-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanleecode","download_url":"https://codeload.github.com/ryanleecode/gitserver-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanleecode%2Fgitserver-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":[],"created_at":"2024-11-10T07:42:17.810Z","updated_at":"2026-05-13T01:33:08.952Z","avatar_url":"https://github.com/ryanleecode.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitserver\nThis is a generate purpose REST API for interfacing with Git.\n\nThis Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 0.0.2\n- Build package: org.openapitools.codegen.languages.DartClientCodegen\nFor more information, please visit [http://drdgvhbh.io](http://drdgvhbh.io)\n\n## Requirements\n\nDart 1.20.0 or later OR Flutter 0.0.20 or later\n\n## Installation \u0026 Usage\n\n### Github\nIf this Dart package is published to Github, please include the following in pubspec.yaml\n```\nname: gitserver\nversion: 1.0.0\ndescription: OpenAPI API client\ndependencies:\n  gitserver:\n    git: https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n      version: 'any'\n```\n\n### Local\nTo use the package in your local drive, please include the following in pubspec.yaml\n```\ndependencies:\n  gitserver:\n    path: /path/to/gitserver\n```\n\n## Tests\n\nTODO\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```dart\nimport 'package:gitserver/api.dart';\n\n// TODO Configure API key authorization: api_key\n//defaultApiClient.getAuthentication\u003cApiKeyAuth\u003e('api_key').apiKey = 'YOUR_API_KEY';\n// uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n//defaultApiClient.getAuthentication\u003cApiKeyAuth\u003e('api_key').apiKeyPrefix = 'Bearer';\n\nvar api_instance = new DefaultApi();\nvar directory = directory_example; // String | The directory of the repository\nvar hash = hash_example; // String | The hash of the commit\n\ntry {\n    var result = api_instance.getCommit(directory, hash);\n    print(result);\n} catch (e) {\n    print(\"Exception when calling DefaultApi-\u003egetCommit: $e\\n\");\n}\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost/v1*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**getCommit**](docs//DefaultApi.md#getcommit) | **GET** /repositories/{directory}/commits/{hash} | Get commit\n*DefaultApi* | [**getCommitChanges**](docs//DefaultApi.md#getcommitchanges) | **GET** /repositories/{directory}/commits/{hash}/changes | Get commit changes\n*DefaultApi* | [**listCommits**](docs//DefaultApi.md#listcommits) | **GET** /repositories/{directory}/commits | List commits\n*DefaultApi* | [**listReferences**](docs//DefaultApi.md#listreferences) | **GET** /repositories/{directory}/references | List references\n\n\n## Documentation For Models\n\n - [Change](docs//Change.md)\n - [Commit](docs//Commit.md)\n - [Contributor](docs//Contributor.md)\n - [InlineResponse200](docs//InlineResponse200.md)\n - [InlineResponse2001](docs//InlineResponse2001.md)\n - [InlineResponse2002](docs//InlineResponse2002.md)\n - [InlineResponse2003](docs//InlineResponse2003.md)\n - [Reference](docs//Reference.md)\n\n\n## Documentation For Authorization\n\n\n## api_key\n\n- **Type**: API key\n- **API key parameter name**: Authorization\n- **Location**: HTTP header\n\n\n## Author\n\nryanleecode@gmail.com\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fgitserver-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanleecode%2Fgitserver-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanleecode%2Fgitserver-client/lists"}