axsemantics/axsemantics-js

v3 support

Opened this issue · 1 comments

Most routes in myax should call the v3 endpoint if applicable. Adding a switch to every call would not be pleasant, though. We could automatically detect this by the format of training_id (if present), or maybe an additional constructor argument?

we probably should just move the vX/ to the baseUrl config like in the training api.