Skip to content

Commit 9cec061

Browse files
author
YingRui Lu
committed
update README.md
1 parent 2871e78 commit 9cec061

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# JSONAPI Swagger
22

3-
Create a JSONAPI Swagger.
3+
Generate JSONAPI Swagger Doc.
4+
5+
[![Gem Version](https://img.shields.io/gem/v/jsonapi-swagger.svg)](https://rubygems.org/gems/jsonapi-swagger) [![GitHub license](https://img.shields.io/github/license/superiorlu/jsonapi-swagger.svg)](https://github.com/superiorlu/jsonapi-swagger/blob/master/LICENSE.md)
46

57
## Installation
68

@@ -24,6 +26,10 @@ Or install it yourself as:
2426
rails generate jsonapi:swagger User # UserResponse < JSONAPI::Resource
2527
```
2628

29+
## Resource
30+
- [JSONAPI](https://jsonapi.org/)
31+
- [Rswag](https://github.com/domaindrivendev/rswag)
32+
2733
## Contributing
2834

2935
Bug reports and pull requests are welcome on GitHub at https://github.com/superiorlu/jsonapi-swagger.

0 commit comments

Comments
 (0)