You are browsing as a guest. Sign up (or log in) to start making projects!

4h 6m 10s logged

Devlog

The Content-Type problem is SOLVED……
What was the problem? (My reading skills? 🫩) there are two headers with application/json:

  • Content-Type (POST)
  • Accept (GET)
    The Accept header isn’t required  ( can be */*, application/* or application/json).
    So the Content-Type mystery is mostly FIXED but I still need to check with a real Volvo car if Content-Type is actually required. (I’ll do it tomorrow.)

Changes:

  • Accept is now handled by my API like in the official API.
  • Added Content-Type checks (like the docs say, meaning it’s required).
  • While proofreading the docs, I found that PKCE is written as PCKE in one internal endpoint. (Not fixed yet.)
  • Small README update (I try to keep it up to date).

Scenario page:

  • You can now load a scenario using the GUI.
  • Recompiled the Tailwind CSS.

I attached screenshots showing it (you can also see snapshot button but its not implemented YET)

0
3

Comments 0

No comments yet. Be the first!