mirror of
https://github.com/ditkrg/jsonapi-swagger.git
synced 2026-01-22 22:06:50 +00:00
update README.md
This commit is contained in:
parent
0ed11cceb0
commit
4fa533ea26
13
README.md
13
README.md
@ -2,7 +2,8 @@
|
||||
|
||||
Generate JSONAPI Swagger Doc.
|
||||
|
||||
[](https://rubygems.org/gems/jsonapi-swagger) [](https://github.com/superiorlu/jsonapi-swagger/blob/master/LICENSE)
|
||||
[](https://rubygems.org/gems/jsonapi-swagger)
|
||||
[](https://github.com/superiorlu/jsonapi-swagger/blob/master/LICENSE)
|
||||
|
||||
[](https://i.loli.net/2019/05/05/5ccebf5e782b7.gif)
|
||||
|
||||
@ -28,6 +29,13 @@ Or install it yourself as:
|
||||
rails generate jsonapi:swagger User # UserResponse < JSONAPI::Resource
|
||||
```
|
||||
|
||||
## RoadMap
|
||||
|
||||
- [x] immutable resources
|
||||
- [x] filter/sort resources
|
||||
- [x] mutable resources
|
||||
- [ ] generate swagger.json without rswag
|
||||
|
||||
## Resource
|
||||
|
||||
- [JSONAPI](https://jsonapi.org/)
|
||||
@ -36,4 +44,5 @@ rails generate jsonapi:swagger User # UserResponse < JSONAPI::Resource
|
||||
|
||||
## Contributing
|
||||
|
||||
Bug reports and pull requests are welcome on GitHub at https://github.com/superiorlu/jsonapi-swagger.
|
||||
Bug reports and pull requests are welcome on GitHub at
|
||||
https://github.com/superiorlu/jsonapi-swagger.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user