Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GraphQL-REST Controller for Branches and Tags #184

Closed
eugenk opened this issue Aug 18, 2017 · 0 comments
Closed

Create GraphQL-REST Controller for Branches and Tags #184

eugenk opened this issue Aug 18, 2017 · 0 comments

Comments

@eugenk
Copy link
Member

eugenk commented Aug 18, 2017

Branches

index

  • route /v3/:organizational_unit_id/:repository_id/branches
  • fields: none (String list)

show

  • route /v3/:organizational_unit_id/:repository_id/branches/:name
  • fields
    • name
    • target
      • id

Tags

index

  • route /v3/:organizational_unit_id/:repository_id/tags
  • fields: none (String list)

show

  • route /v3/:organizational_unit_id/:repository_id/tags/:name
  • fields
    • name
    • target
      • id
    • annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants