-
Notifications
You must be signed in to change notification settings - Fork 0
HykuAddons: Accessing the API response
Paul Danelli edited this page Mar 2, 2022
·
1 revision
HykuAddons uses HykuAPI in order to enable a API for a number of endpoints, including users and works. To access the API on your local machine, you would prefix the URL with "frontend". For example, if your local tenant is called repo
, and the URL you access it with is http://repo.hyku.docker:3000/
, then to access the API endpoints you would use http://repofrontend.hyku.docker:3000
.
To access a work, you need to have the tenant UUID from the database and the work UUID, which are used to create the following:
To access the API on a production/staging tenant you follow the same pattern and add that to the tenant cname, including the dashboard
prefix: