mytoyota icon indicating copy to clipboard operation
mytoyota copied to clipboard

WIP: Endpoint tester

Open GitOldGrumpy opened this issue 1 year ago • 1 comments

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.

GitOldGrumpy avatar Jan 16 '24 20:01 GitOldGrumpy

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 😊

CM000n avatar Jan 19 '24 15:01 CM000n