alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

feat(docparser): support jsonapi tags #25

Closed rlespinasse closed 3 years ago

rlespinasse commented 4 years ago

The specification format is available at http://jsonapi.org/format/ Support jsonapi tags during the generation phase.

Support status of top-level members

For a given Foo object, the use of jsonapi tags will generated all components needed to represent the jsonapi format of this object.

Others contents needed for this support

rlespinasse commented 4 years ago

Others information

The content of this pull-request is currently used at my previous work. A first code review / pair programming on some parts have being done by @denouche (thanks to him)

Related to #18

denouche commented 3 years ago

Can I close this one @rlespinasse ?