#FireCoder

1 messages · Page 1 of 1 (latest)

iron sundialBOT
abstract vale
#

Hi! Can you clarify what you mean?

ebon hull
#

So, in Swagger we are shown what the api structure is, such as /api/authentication or /api/GetAllMyContacts

#

I wasn't sure if it was possible to use the API in as a REST or if we must use the .NET backend code as shown in examples.

#

So I may have answered my own question.

abstract vale
#

AH, so yes. All of the different API endpoints have a structure similar to the above. If you view the cURL command examples in the API docs, you can see how each endpoint is structured (e.g. the Customers API can accept GET, POST, and DELETE HTTP requests: https://stripe.com/docs/api/customers)

ebon hull
#

Thanks