Technologies
-
OpenAPI Speficification The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection.
-
Open API Generator OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI standard
Explaination Use Swagger to generate API client in Frontend
Available Scripts
Npm Script | Description |
---|---|
api |
Generates api client based on swagger file provided |
dev |
Runs app in development mode |
build |
Builds the app for production to the build folder. |