You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception's message that I've got:
URL path api/Category/Get must start with '/' and be of the form '/foo/bar/baz'
What's the benefit of this exception? How refit knows about my http client's base address? what if my base address is something like https://api.mycompany.com/v1/ with / character at the end?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Exception's message that I've got:
URL path
api/Category/Get
must start with'/'
and be of the form'/foo/bar/baz'
What's the benefit of this exception? How refit knows about my http client's base address? what if my base address is something like
https://api.mycompany.com/v1/
with/
character at the end?Beta Was this translation helpful? Give feedback.
All reactions