6 ms·
What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...
by jdbowman 6y ago
What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...
- ibn-python 6y agoREST
- jdbowman 6y agoA few that impress me: - Github: https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api https://docs.github.com/en/rest/guides/getting-started-with-... - Twilio: https://www.twilio.com/docs/usage/api https://www.twilio.com/docs/usage/api - Stripe: https://stripe.com/docs/api https://stripe.com/docs/api You may also appreciate reading Swagger's tips: https://swagger.io/blog/api-documentation/best-practices-in-api-documentation/ https://swagger.io/blog/api-documentation/best-practices-in-... and reading up on Swagger in general.