-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Cecilia Wong edited this page May 1, 2024
·
31 revisions
Environment | URL | Uses API instance (see here for instance list) |
---|---|---|
Local development | http://localhost:3000 | Local (as configured in .env.development )- See the GitHub page of Python Webservice Demo on how to set up and start one at your local machine) - You may override the setting by creating .env.development.local in your environment. See Create React App's documentation on .env files for details. |
On Netlify |
https://ccwong-react-demo.netlify.app/![]() |
Cloud (Render) - If it takes more than 10 second to load data, it may be because the webservice has gone to sleep due to being idle for some time. However, subsequent calls made shortly afterwards should be quick. Please refer to this section at Python Webservice Demo's Wiki for details. |
- HP: Python Webservice Demo
-
Endpoint:
/getSumoHonbashoSchedule
- A timeout occurs if the API call does not get a response in 60 (sixty) seconds.
(TBC)