Missing part of URI #867
Unanswered
Freddykong76
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When I try to send a request, the Uri is missing a part at the end.
I gave this Uri as parameter for creating the ODataClient: https://xxx/myapi/api/v1.0/
I try to execute this line of code:
It automatically added "badge" at the end when I send the request but I did not fill the information anywhere and did not provide any metadata.
And I need this URI:
https://xxx/myapi/api/v1.0/badge/create
Can someone explain me where is the magic ?
Thanking you
Beta Was this translation helpful? Give feedback.
All reactions