https://surajsarkar.pythonanywhere.com/api/user?name=surajsarkar
- Right now it only has 1 endpoint (the above one mentioned, passing my username as argument).
- It filters every required data and sends it as json
- It is deployed on pythonanywhere
Only supports GET
request
https://surajsarkar.pythonanywhere.com/api/user?name=<github_username>
pytest <test_file_path>
#eg
pytest ./tests/test.py