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

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

Notifications You must be signed in to change notification settings

1Copenut/api-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published