This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
How to handle one off verbs and views? #142
Labels
Comments
@sirwolfgang If you don't care about the action names, you can use a shortcut like so:
Let me know if this is what you are looking for. |
I somewhat care about naming the actions, but when I do that I get this: Which is being rendered by the Atom.io viewer. Might this be a bug with the viewer? |
Wondering the same thing, there should be a way to name one-off actions, like: # Get an user [GET /users/{user}] Or something |
@sirwolfgang @Anahkiasen Do you guys think you can make use of the features proposed in #88? |
Would work for me yup |
Addressed in #88. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I apologize if I missed this in the documentation. I am trying to find a good way to express one off paths for verbs and other views. In these cases, examples below, I don't think it makes sense to separate them by a header, but am required to in order to specify the URL.
The text was updated successfully, but these errors were encountered: