Skip to content

A review of several code generators from a swagger specification file

Notifications You must be signed in to change notification settings

marcoregueira/Swagger-Generators-Review

Repository files navigation

Swagger-Generators-Review

swagger-angular-generator

Project || NPM

What is generated

Services for back-end / API communication

  • connect to your API in no-time

Interfaces

  • request and response interfaces are created

Forms services for the PUT and POST methods

  • forms can be created by merely importing a service and using it in HTML templates

NGRX modules for endpoints (optional)

  • so that the server responses can be reached in the redux store
  • requests can be triggered by dispatching an action

Check their project for guidance on using the generated projects

swagger-ts-generator

Project || NPM

Generates reactive forms and classes for entities. This project uses angular-swagger-form-field that should be checked for additional info.

swagger-typescript-codegen

Project || NPM Simple client api in one file using Superagent. Generates interfaces for entities.

About

A review of several code generators from a swagger specification file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published