01 APIs
Introduction
The following page contains the list of all the APIs that the repositories microservice offers....
Each Page provides details on how to invoke the API, what parameters to provide, how the API will respond and what Data Model and its Architecture look like.
APIs
- GET - /git/accounts
- GET - /git/account
- GET - /git/repo
- GET - /git/branches
- GET - /git/branch
- GET - /git/tags
- GET - /git/tag
- GET - /git/repo/file
- POST - /git/account
- POST - /git/repos
- PUT - /git/sync/account
- PUT - /git/account
- PUT - /git/repo/activate
- PUT - /git/repo/deactivate
- PUT - /git/branch/activate
- PUT - /git/tag/activate
- PUT - /git/branch/deactivate
- PUT - /git/tag/deactivate
- PUT - /git/sync/repository
- PUT - /git/sync/branch
- DELETE - /git/account
- DELETE - /git/repo
- DELETE - /git/repositories