DEV Community

Discussion on: How do you approach REST API dev 😄

Collapse
 
brandinchiu profile image
Brandin Chiu

If you're starting from scratch and have limited logical requirements and are instead mostly just serving data, working from a standard like graphql or openapi is a really quick way to get bootstrapped efficiently.

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him)

Any openapi boilerplate you know ?

Collapse
 
brandinchiu profile image
Brandin Chiu

Openapi code generators exist for almost every major language! :)

github.com/OpenAPITools/openapi-ge...