Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

File metadata and controls

13 lines (9 loc) · 396 Bytes

TARA/GovSSO admin web application API

API specification

The API specification in OpenAPI format can be found here.

Generate/update server classes from API specification

In case of an api change (swagger.yml file change), one needs to regenerate server-stub classes.

To invoke regeneration, issue:

./mvnw clean install -P regenerate-swagger