Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Kimmax IIRC swagger does it backwards. You build the blueprint, so to speak, and then build the working "machine".
-
@Kimmax well, I already had an API, I just needed to flesh it out and officialize it more. Also, the UI only uses the API when it's convenient, so currently, it barely uses it.
-
@shakur either, but write the spec first seems the be convention, then you generate a bunch of stubs from it, and make those stubs follow the spec. Then you can use the spec in testmace or postman (and friends) to test your implementation. Once you're done all that, publish.
Related Rants
The UI is (mostly) done, now it's time to flesh out the API!
rant
covey
openapi
project
swagger