Closed populated closed 7 months ago
oh
ok
ty
you can create a pr for this if youd like, if not, im sure itll be fixed/implemented whenever or if we decide to do other endpoints besides /v1 (we have discussed a /v2)
ty for bringing it up and ty for ur prs, much appreciated 😄
As of now, the library relies on the base URL
https://api.shuttleai.app/v1
. The problem with this is the hard-coded versionv1
. If any groundbreaking changes happen to the API, such as deprecation, etc., that would break this library. Maybe switch it to justhttps://api.shuttleai.app/
and make it automatically use the latest API version (the API itself), but still allowv1
, etc., similar to how Discord handles versioning.