Le dim. 28 avr. 2019 à 20:58, Jonathan Leroy - Inikup
a écrit :
> Which of the following syntax do you expect an API client library to
> use, and why?
Thank you all for your feedbacks!
I will go with #2.
Le lun. 29 avr. 2019 à 05:43, DL Neil a écrit :
> Doesn't the framework you are using have
Hi all,
I'm writing a client library for a REST API. The API endpoints looks like this:
/customers
/customers/1
/customers/1/update
/customers/1/delete
Which of the following syntax do you expect an API client library to
use, and why?
1/
api.customers_list()
api.customers_info(1)
api.customers_u