Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

OpenAPI: figure out complicated routes #470

Open
2 tasks
gr2m opened this issue Jul 23, 2019 · 0 comments
Open
2 tasks

OpenAPI: figure out complicated routes #470

gr2m opened this issue Jul 23, 2019 · 0 comments
Labels
feature New feature or request

Comments

@gr2m
Copy link
Contributor

gr2m commented Jul 23, 2019

This is a follow up for #168

  •  figure out how to bring back ignored operations due to route conflicts, see #420. Even if these are fixed for api.github.com, we still need to figure out a way to express these endpoints in OpenAPI for the GHE versions
    • Different URL parameters
      • GET /repos/:owner/:repo/git/refs/:namespace
      • PATCH /repos/:owner/:repo/labels/:current_name
    • Same route, different meaning
      • POST /repos/:owner/:repo/pulls (alternative input)
      • POST /repos/:owner/:repo/pulls/:pull_number/comments (alternative input)
  •  Figure out special case: POST :url is not a relative path but a full URL. See #422
@gr2m gr2m added this to the OpenAPI specification milestone Jul 23, 2019
@gr2m gr2m mentioned this issue Jul 23, 2019
33 tasks
@gr2m gr2m added the feature New feature or request label May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant