python json small project
Budget: $30 – $250 USD
You'll do an HTTP GET of some data in JSON format from one API endpoint, do some processing on it, and POST it back to another API endpoint. You can use whatever language you'd like.
There is no online coding environment or other restriction on how to work -- you complete the entire thing on your computer. Use libraries, your favorite IDE and debugger, and whatever else you would use while coding normally. There is no penalty for POSTing in an incorrect response and number of times as you iterate on a solution.
Afterwards, we ask you to manually send in your code, so it is OK (and suggested) to prioritize getting it working then clean it up aftewards.
What to Know
In order to compete this challenge, you'll need to use some algorithms and data structure knowhow alongside practical knowledge. Before you start, make sure you feel pretty good about:
• Understanding of common data structures and when to use them - array/lists, maps/hashes, and sets
• JSON parsing and serialization
• The basics of HTTP requests - performing GET and POST requests, understanding headers and status codes
There is no online coding environment or other restriction on how to work -- you complete the entire thing on your computer. Use libraries, your favorite IDE and debugger, and whatever else you would use while coding normally. There is no penalty for POSTing in an incorrect response and number of times as you iterate on a solution.
Afterwards, we ask you to manually send in your code, so it is OK (and suggested) to prioritize getting it working then clean it up aftewards.
What to Know
In order to compete this challenge, you'll need to use some algorithms and data structure knowhow alongside practical knowledge. Before you start, make sure you feel pretty good about:
• Understanding of common data structures and when to use them - array/lists, maps/hashes, and sets
• JSON parsing and serialization
• The basics of HTTP requests - performing GET and POST requests, understanding headers and status codes