Sharad Raj (He/Him) Posted on Jul 18, 2020 Do you use OpenAPI standards or something else ? #discuss #webdev #javascript #rest Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Nishchal Gautam Nishchal Gautam Nishchal Gautam Follow also checkout my github organization https://github.com/fossapps Joined Jun 12, 2019 • Jul 20 '20 • Edited on Jul 20 • Edited Dropdown menu Copy link Hide I use swashbuckle (which uses swagger, now known as OpenAPI) package and document my APIs, I use semantic-release to make automatic release, and everytime there's a new release, I release a client with same release version :) Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I use swashbuckle (which uses swagger, now known as OpenAPI) package and document my APIs, I use semantic-release to make automatic release,
and everytime there's a new release, I release a client with same release version :)