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
since it makes you think it's a full URL but there are no query Parameters. I suggest we find a better nomenclature for this part so that's clear and we do not get in trouble.
We've been confused couple of times while using this property in Request Maker
The text was updated successfully, but these errors were encountered:
Hmm - any suggestions? We could add an additional sentence to the comment indicating query params should go on the query property and not be included in the URL? This property was initially inspired by the axios request object: https://github.com/axios/axios#request-config.
The URL property here is kind of confusing
https://github.com/stoplightio/types/blob/master/src/http.ts#L18
since it makes you think it's a full URL but there are no query Parameters. I suggest we find a better nomenclature for this part so that's clear and we do not get in trouble.
We've been confused couple of times while using this property in Request Maker
The text was updated successfully, but these errors were encountered: