DEV Community

Sharad Raj (He/Him)
Sharad Raj (He/Him)

Posted on

1

How do you approach REST API dev ๐Ÿ˜„

Top comments (4)

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...

Collapse
 
jamesrweb profile image
James Robb โ€ข

I wrote a mini series on just that using PHP for the example implementation: dev.to/jamesrweb/programmatically-...

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay