Forum Discussion
Sacha_Bertschi
7 years agoIdeator I
Hi Christopher,
Great news for the API REST!
Regarding Swagger, it ease the process of learning and running through the API, since it create an interface where you can directly test the API. Like Postman, but everything is autogenerated and the developer can add documentation.
And the second nice thing about it, is that it automatically generate several client. There's a list here, it's quite complete: https://swagger.io/tools/swagger-codegen/
It look like this:
Best Regards,
Sacha Bertschi
Former_Member
6 years agoIdeator I
+1 for swagger. Also implementing the $metadata would really make the life of developers more easy