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.25.1
VSCode Version: Version: 1.96.2 (Universal) Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f Date: 2024-12-19T10:22:47.216Z Electron: 32.2.6 ElectronBuildId: 10629634 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Darwin arm64 24.1.0
Steps to Reproduce:
code:
### Google Custom Search API - Example Request GET https://www.googleapis.com/customsearch/v1 Content-Type: application/json # Query Parameters key={{$dotenv GOOGLE_API_KEY}} cx={{$dotenv GOOGLE_SEARCH_ENGINE_ID}} q=new+jobs start=1 ### Debugging Request URL GET https://www.googleapis.com/customsearch/v1?key={{$dotenv GOOGLE_API_KEY}}&cx={{$dotenv GOOGLE_SEARCH_ENGINE_ID}}&q=new+jobs&start=1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
REST Client Version: 0.25.1
VSCode Version: Version: 1.96.2 (Universal)
Commit: fabdb6a30b49f79a7aba0f2ad9df9b399473380f
Date: 2024-12-19T10:22:47.216Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.1.0
Steps to Reproduce:
code:
Google Custom Search API - Example Request don't work
Debugging Request URL - works
The text was updated successfully, but these errors were encountered: