Devlog
Authorization was my mistake. It should have been No it was good before I was sleepy I think when I did thataccessToken, not Authorization. Why I thought that? I have no idea.
The snapshots system now works.
Why it didn’t work as expected:
-
I forgot to use
copy(deep=True). -
One of the small dictionaries was written incorrectly.
-
Added saving and loading snapshots from a file.
-
The scenarios system now works and has been tested.
Difference between snapshots and scenarios
- Snapshots copy all data about a car. They are persistent and can be saved to a file.
- Scenarios only change selected attributes. They are designed to be created and edited manually in a JSON file.
Main app
The main app is mostly ready. Before the first release, I still need to:
- Finish the documentation.
- Add a roadmap with future updates.
- Verify error responses against the real API.
- Finish the comparison feature in the companion app.
- Add more ready-to-use scenarios and API keys.
Companion app
- Manual login now works, so only the comparison logic is left.
- I found a bug where
api_key_pwasNonebecause one endpoint redirected usingapi_keyinstead. - Started working on the comparison feature.
PS: A photo of why the api_key_p was none
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.