We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
REST Client Version: 0.23.2 Version: 1.44.2 (system setup) Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd Date: 2020-04-16T16:36:23.138Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
.HTTP
@host = localhost:44302 @baseUrl = https://{{host}}/odata ### @name GetRecordWithExtensionTables GET {{baseUrl}}/MyModel1(1)?$expand=MyModel3 HTTP/1.1 Host: {{host}} Cache-Control: no-cache ### @name GetLastThreeRecordIdsAndSoftDeletes GET {{baseUrl}}/MyModel1?$count=true&$orderby=Id desc&$top=3&$select=Id,SoftDelete HTTP/1.1 Host: {{host}} Cache-Control: no-cache
The text was updated successfully, but these errors were encountered:
Fix space in URL causes wrong colorization #584
bf126a0
@cilerler I have fixed this issue and will publish it in the next release.
Sorry, something went wrong.
@cilerler you can try the latest version 0.2.4.0 to verify it.
Thanks @Huachao confirming that it is working as expected.
No branches or pull requests
REST Client Version: 0.23.2
Version: 1.44.2 (system setup)
Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd
Date: 2020-04-16T16:36:23.138Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363
Steps to Reproduce:
.HTTP
fileThe text was updated successfully, but these errors were encountered: