DEV Community

Discussion on: What is an API?

 
mercier_remi profile image
Rémi Mercier

Yes yes, Swagger is awesome. I've only beginning to use APIs that use Swagger, and it's neat.

Didn't realize it was a contract, though 😅. But now that you pointed it out, this seems obvious!

Thread Thread
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

Hahaha check out Postman, It's a godsend and allows you to import OpenAPI files into Postman to make your life in creating APIs easier.

I believe the new release of Postman allows you to create your OpenAPI specs as well.