-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
I'm trying to use this library in order to upload a trace file to the following API method:
/api/0.6/gpx/create
As far as I can tell from the code and some test I ran this is not possible?
I might have missed something, but the documentation does not indicate how to do it.
Looking at the code I see the content
attribute in the options which uses key value pair with form data.
As far as I can tell in order to upload a file this library needs to support multi-part content, right?
nlehuby