hackerearth api
Using hackerearth API
I wanted to use hackerearth API and check the request/responses. Their API currently is simple. It has two endpoints: compile code, run code.
- Registered a client with HackerEarth API
- Used sample code provided at https://www.hackerearth.com/docs/api/developers/code/legacy/
- Installed pydev for eclipse
- Got introduced to requests module for python.
- Ran code and felt so good to see the output.
Written on April 4, 2015
comments powered by Disqus