-
Hello, As per the documentation in swagger.yaml file - https://github.com/InterDigitalInc/AdvantEDGE/blob/master/go-apps/meep-loc-serv/api/swagger.yaml , the base URL is 'https://localhost/location/v2'. However when I try to test the API's in postman using this as the base URL, for example https://localhost/location/v2/queries/users I get 404 page not found as the response. After debugging on it for sometime along with my colleague, we found out that the base URL is should have the sandbox name after localhost. i.e base URL - "https://localhost/<sandbox_name>location/v2/". Can you please make the changes in the documentation as it will be helpful for others who would be using the API's. Kindly let me know the address parameter that needs to be passed to get distance of UE - /queries/distance. The document says the address parameter can be "tel" meaning telephone number. However when I provide my telephone number as the address parameter, I get 501 service not supported as response. I tried using "sip" - (the format of mail id) providing my mail id as address parameter and got the same 501 service not supported response. Kindly let me know what should be the address parameter to be sent. Please refer to the attachments for details. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @lkh5kor Thanks for pointing out the documentation inconsistency with regards to including sandbox name in the path; the development team will be back from holiday break next week and we will address this. As for the distance endpoint for MEC013 Location API, it is not yet supported; this should also be indicated clearly in the documentation (which is not at this time). In the meantime, the list below indicates which location services endpoints are supported and which are not. Please let us know if some of these endpoints are more critical for your project as we may be able to prioritize support & integration. |
Beta Was this translation helpful? Give feedback.
Hello @lkh5kor
Thanks for pointing out the documentation inconsistency with regards to including sandbox name in the path; the development team will be back from holiday break next week and we will address this.
As for the distance endpoint for MEC013 Location API, it is not yet supported; this should also be indicated clearly in the documentation (which is not at this time).
In the meantime, the list below indicates which location services endpoints are supported and which are not.
Please let us know if some of these endpoints are more critical for your project as we may be able to prioritize support & integration.