We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type
Enhancement
Current behaviour
Right now we have no documentation saying what our backend endpoint return.
Expected behaviour
It would be pretty useful and easier to maintain if we knew what the endpoints should return.
We could use Swagger for that. Here's a lib that integrates Swagger with Phoenix, check it out.
Motivation / use case Let's make our codebase easier to maintain and easier to extend.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type
Enhancement
Current behaviour
Right now we have no documentation saying what our backend endpoint return.
Expected behaviour
It would be pretty useful and easier to maintain if we knew what the endpoints should return.
We could use Swagger for that. Here's a lib that integrates Swagger with Phoenix, check it out.
Motivation / use case
Let's make our codebase easier to maintain and easier to extend.
The text was updated successfully, but these errors were encountered: