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

Allow spaces in query #111

Closed
Grueslayer opened this issue Aug 9, 2024 · 2 comments
Closed

Allow spaces in query #111

Grueslayer opened this issue Aug 9, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Grueslayer
Copy link
Contributor

Query lines like

GET {{baseURL}}/v2.0/companies?tenant=default&$filter=name eq 'CompanyX'&$select=id HTTP/1.1

can not be used because the line is splitted by Space (but later Spaces are correctly URL encoded in code)

@Grueslayer
Copy link
Contributor Author

fixed by #110

@gorillamoe gorillamoe self-assigned this Aug 10, 2024
@gorillamoe gorillamoe added the enhancement New feature or request label Aug 10, 2024
@gorillamoe
Copy link
Member

Is in main now, will prepare a release this evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants