Skip to content

3rd1t/react-typescript-swagger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React TypeScript Swagger

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.
test Launches the test runner in the interactive watch mode.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • HTML 2.8%
  • CSS 0.6%