We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2871e78 commit 9cec061Copy full SHA for 9cec061
1 file changed
README.md
@@ -1,6 +1,8 @@
1
# JSONAPI Swagger
2
3
-Create a JSONAPI Swagger.
+Generate JSONAPI Swagger Doc.
4
+
5
+[](https://rubygems.org/gems/jsonapi-swagger) [](https://github.com/superiorlu/jsonapi-swagger/blob/master/LICENSE.md)
6
7
## Installation
8
@@ -24,6 +26,10 @@ Or install it yourself as:
24
26
rails generate jsonapi:swagger User # UserResponse < JSONAPI::Resource
25
27
```
28
29
+## Resource
30
+- [JSONAPI](https://jsonapi.org/)
31
+- [Rswag](https://github.com/domaindrivendev/rswag)
32
33
## Contributing
34
35
Bug reports and pull requests are welcome on GitHub at https://github.com/superiorlu/jsonapi-swagger.
0 commit comments