santiaguf / spacex-platzi

Web application that show info of SpaceX using spaceX API
https://spacex-platzi.vercel.app
MIT License
7 stars 18 forks source link

API limit #28

Open santiaguf opened 1 year ago

santiaguf commented 1 year ago

as mentioned in #25, the API has a limit of 15 calls per hour. After that the API returns this: { "detail": "Request was throttled. Expected available in X seconds." } where X is the number of seconds before 1 hour. the HTTP code is 429.

Todo:

santiaguf commented 1 year ago

IMG_3787

I just created this diagram for caching strategy.