Get a working integration plan for an external API.
Coding💾 0 savesby PromptChief Team
Help me integrate the [[API_NAME]] API into my [[STACK]] app.
WHAT I WANT IT TO DO: [[GOAL]]
AUTH TYPE (if known): [[AUTH]]
Deliver:
1. The integration steps in order
2. Auth setup and how to keep keys safe
3. Example request/response code
4. Error handling and rate-limit strategy
5. What to cache vs fetch live
6. The 3 things that most often go wrong with API integrations
Note where I should check their docs for specifics.