Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find a way to call odata services #157

Open
marcellourbani opened this issue Aug 16, 2023 · 1 comment
Open

Couldn't find a way to call odata services #157

marcellourbani opened this issue Aug 16, 2023 · 1 comment

Comments

@marcellourbani
Copy link

I couldn't find a way to encode an odata call like this without escaping the parenthesis and guotation marks:

###
# @name Hashvalue
GET https://developer-challenge.cfapps.eu10.hana.ondemand.com/v1/hash(value='this-is-the-year-of-the-api')
CommunityID: MarcelloUrbani

I understand that's the sensible behaviour in most cases, but not for odata services, the de facto standard for SAP stuff

Did I miss something?
In the meanwhile I switched to a lower level library

@mrkkrp
Copy link
Owner

mrkkrp commented Aug 16, 2023

I think we need an escape hatch here, since there are all kinds of variations in the "real world". It shouldn't be too hard to add...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants