Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 2.53 KB

README.md

File metadata and controls

34 lines (25 loc) · 2.53 KB

api-learning

It's time to learn about APIs and proxies. This is my repo.

What I’ve learned along the way

  • Initially I was using node-fetch for async data calls. I moved to Axios once I started mocking API calls in test. I’m sure there is a way to resolve the Jest - TypeError: response.json is not a function error, but in the interest of time, I pivoted. Switching to Axios allows me to mock API calls quickly, and reason about my data.

Resources

Articles that have helped fill in knowledge gaps.

Startup scripts

Fetching and testing

Security

Troubleshooting

Because sometimes, things just go wrong.