Request for "Set location"

Issue #22 invalid
glumi chan created an issue

Hi, im wondering what im doing wrong:

For setting my Location i'm using:

PUT-Request on: https://api.go-tellm.com/api/v2/users/location Correkt Cookies and as Conent:

location:{"loc_coordinates":{"lat":XY.XXX,"lng":XY.XXX}}

But i only get the Response: "Missing required property: location"

What am i missing here? Im trying to figure it out by myself for 3 hours now...

Comments (5)

  1. Christian Fibich repo owner

    Setting the location is done using OJOC.Connection.set_position(), which is working fine for me (HTTP 204).

    How are you using OJOC.Connection? Can you provide an example?

  2. Christian Fibich repo owner

    I gather that this is a general API question for writing your own implementation? This is the issue tracker for OJOC. Please create your own project, I will comment there.

  3. glumi chan reporter

    Yeah this is a general API question, but im not making an own implementation or anything like that. Im just wondering why that would'nt work.

    But anyway execuse me this false "Issue" Post :/

  4. Log in to comment