mytoyota
mytoyota copied to clipboard
WIP: Endpoint tester
Sharing my end point test code, this only work for gets. There is a file called all_gets.txt that contains all the GET endpoints contained in the application any starting with a # either fail for me or I needed to look at again.
NOTE: Code isn't intended for review or merging.
HEy, @DurgNomis-drol. This is probably an easier way to find out where your missing odomenter values have gone. 😉
Run this command and the response of the endpoints will be written e.g. to the responses.log
file:
python endpoint_tester.py all_get.txt > responses.log
Thank you very much @GitOldGrumpy 😊