{"id":20942421,"url":"https://github.com/unfoldingword-dev/android-gogs-client","last_synced_at":"2025-07-15T07:38:18.981Z","repository":{"id":57741045,"uuid":"52623752","full_name":"unfoldingWord-dev/android-gogs-client","owner":"unfoldingWord-dev","description":"A client library for interacting with the Gogs REST api.","archived":false,"fork":false,"pushed_at":"2019-04-30T23:42:39.000Z","size":151,"stargazers_count":13,"open_issues_count":1,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-14T00:10:28.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/unfoldingWord-dev.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}},"created_at":"2016-02-26T18:19:22.000Z","updated_at":"2024-12-11T07:18:00.000Z","dependencies_parsed_at":"2022-09-06T23:31:04.661Z","dependency_job_id":null,"html_url":"https://github.com/unfoldingWord-dev/android-gogs-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/unfoldingWord-dev/android-gogs-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfoldingWord-dev%2Fandroid-gogs-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfoldingWord-dev%2Fandroid-gogs-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfoldingWord-dev%2Fandroid-gogs-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfoldingWord-dev%2Fandroid-gogs-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unfoldingWord-dev","download_url":"https://codeload.github.com/unfoldingWord-dev/android-gogs-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unfoldingWord-dev%2Fandroid-gogs-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265418489,"owners_count":23761819,"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-18T23:26:54.478Z","updated_at":"2025-07-15T07:38:18.920Z","avatar_url":"https://github.com/unfoldingWord-dev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/unfoldingWord-dev/android-gogs-client.svg?branch=master)](https://travis-ci.org/unfoldingWord-dev/android-gogs-client)\n# android-gogs-client\nA client library for interacting with the [Gogs](https://gogs.io) REST api. This library is written to communicate according to the api defined in [gogits/go-gogs-client](https://github.com/gogits/go-gogs-client/wiki).\n\n##Supported Operations\n* create user\n* edit user\n* search users\n* get user\n* delete user\n* search repositories\n* list user repositories\n* create repository\n* get repository\n* delete repository\n* create application token\n* list application tokens\n* create public key\n* get public key\n* list public keys\n* delete public key\n\n##Installation\nTo use this library your Android project must be configured to use the JCenter or Maven Central repositories.\n\nAdd the following to your package dependencies and sync gradle.\n```\ncompile 'org.unfoldingword.tools:gogs-client:1.6.0'\n```\n\n##Usage\n```\nGogsAPI api = new GogsAPI(\"https://try.gogs.io/api/v1\"); // change to any gogs server\nList\u003cUser\u003e users = api.searchUsers(\"some-user-name\", 5, null);\n// do something\n... \n\n// inspect actual response for more details if needed\nResponse response = api.getLastResponse();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfoldingword-dev%2Fandroid-gogs-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funfoldingword-dev%2Fandroid-gogs-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funfoldingword-dev%2Fandroid-gogs-client/lists"}