Joshua Alphonse
Joshua Alphonse

Reputation: 35

How can I expose an API from my Corvid site?

I recently built a Corvid site that shows some inventory listing for a client using a dataset. The client wants to access that data from a third-party app, and for that I need an API that returns the inventory.

How can I expose a REST / HTTP API from a Corvid site?

Upvotes: 1

Views: 63

Answers (1)

Shan
Shan

Reputation: 958

You need to use Corvid's HTTP functions

Take a look at the MyAPI and MyApiClient example provided by the Corvid team

Upvotes: 1

Related Questions