You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we like it or not the REST API is a de-facto standard for API development and mostly a huge number of apps have it.
As soon as the app went go-live the API documentation for consumers will become one of the first questions.
There might be different ways how to produce the documentation for REST API, but the current rule is oriented on approach then REST endpoints are implementing Java interface (with methods that has annotations with endpoint details) generated by org.openapitools:openapi-generator:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Why?
Do we like it or not the REST API is a de-facto standard for API development and mostly a huge number of apps have it.
As soon as the app went go-live the API documentation for consumers will become one of the first questions.
There might be different ways how to produce the documentation for REST API, but the current rule is oriented on approach then REST endpoints are implementing Java
interface
(with methods that has annotations with endpoint details) generated by org.openapitools:openapi-generator:so,
@Override
annotation.Beta Was this translation helpful? Give feedback.
All reactions