-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endurain v0.6.0 changes in API root path #1205
Comments
First of all thanks for your ping @joaovitoriasilva 😀 |
Thanks @AquaWolf. BTW the v0.6.0 version will also have a new "/api/v1/about" endpoint that returns the version. Maybe you can use this to use the new root path based on version? I don't know if it is worth the trouble.
|
ok I now changed the API path but if I want to upload a gpx file it failes. In the web frontend I get this error:
trkpt looks like that: <trkpt lon="45.67891" lat="45.67891">
<ele>45.67891</ele>
<time>1999-01-11T07:21:12Z</time>
<extensions>
<gpxtpx:TrackPointExtension>
<gpxtpx:cad>123.12345</gpxtpx:cad>
<accuracy>2.34567</accuracy>
</gpxtpx:TrackPointExtension>
</extensions>
</trkpt> The values are changed if you need a whole file we could have a direct chat on some other platform if you like. |
@AquaWolf I am sorry but I totally missed this. Can you please send the gpx to [email protected] so I could check this out? |
Hello,
Version v0.6.0 of Endurain will be released this week with a change on the API root path adding "/api/v1" in the beginning of every endpoints, so:
Also since v0.5.0, activity uploads support .fit files.
Using tag "dev_18112024" instead of "latest" will give you an updated version with the changes.
@AquaWolf can you help on this like before?
Thank you.
The text was updated successfully, but these errors were encountered: