-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🩹 remove leading '&' from URL parameters
- Loading branch information
1 parent
805a985
commit 97ac08c
Showing
30 changed files
with
346,638 additions
and
317,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
interactions: | ||
- request: | ||
body: '' | ||
headers: | ||
accept: | ||
- '*/*' | ||
accept-encoding: | ||
- gzip, deflate | ||
connection: | ||
- keep-alive | ||
host: | ||
- api.semanticscholar.org | ||
user-agent: | ||
- python-httpx/0.24.1 | ||
method: GET | ||
uri: https://api.semanticscholar.org/graph/v1/paper/10.1093/mind/lix.236.433?&fields=unknown | ||
response: | ||
content: '{"error":"Unrecognized or unsupported fields: [unknown]"} | ||
' | ||
headers: | ||
Access-Control-Allow-Origin: | ||
- '*' | ||
Connection: | ||
- keep-alive | ||
Content-Length: | ||
- '58' | ||
Content-Type: | ||
- application/json | ||
Date: | ||
- Wed, 13 Sep 2023 21:45:56 GMT | ||
Via: | ||
- 1.1 b6217766ccd41d69658fea04297b7c24.cloudfront.net (CloudFront) | ||
X-Amz-Cf-Id: | ||
- e98Cj3bmP0ZHX6Rnclk_otvw6ewcsdlwsG8n39gdGfJRnQzxR4mtkA== | ||
X-Amz-Cf-Pop: | ||
- EWR50-C1 | ||
X-Cache: | ||
- Error from cloudfront | ||
x-amz-apigw-id: | ||
- LNwPSGY9PHcFsFA= | ||
x-amzn-Remapped-Connection: | ||
- keep-alive | ||
x-amzn-Remapped-Content-Length: | ||
- '58' | ||
x-amzn-Remapped-Date: | ||
- Wed, 13 Sep 2023 21:45:56 GMT | ||
x-amzn-Remapped-Server: | ||
- gunicorn | ||
x-amzn-RequestId: | ||
- 8b2f928e-25d9-4784-a3b5-375ae7ba5641 | ||
http_version: HTTP/1.1 | ||
status_code: 400 | ||
version: 1 | ||
interactions: | ||
- request: | ||
body: '' | ||
headers: | ||
accept: | ||
- '*/*' | ||
accept-encoding: | ||
- gzip, deflate | ||
connection: | ||
- keep-alive | ||
host: | ||
- api.semanticscholar.org | ||
user-agent: | ||
- python-httpx/0.25.1 | ||
method: GET | ||
uri: https://api.semanticscholar.org/graph/v1/paper/10.1093/mind/lix.236.433?fields=unknown | ||
response: | ||
content: '{"error":"Unrecognized or unsupported fields: [unknown]"} | ||
' | ||
headers: | ||
Access-Control-Allow-Origin: | ||
- '*' | ||
Connection: | ||
- keep-alive | ||
Content-Length: | ||
- '58' | ||
Content-Type: | ||
- application/json | ||
Date: | ||
- Fri, 01 Dec 2023 02:36:24 GMT | ||
Via: | ||
- 1.1 97d891785cd24c4beaf3832c02f5cf04.cloudfront.net (CloudFront) | ||
X-Amz-Cf-Id: | ||
- 6zc4NIMW_Pv1Wt0rCO95424W0VyiM0qGTbAiAMncLi2vbDWu5L8dIw== | ||
X-Amz-Cf-Pop: | ||
- GRU3-P4 | ||
X-Cache: | ||
- Error from cloudfront | ||
x-amz-apigw-id: | ||
- PPf6YHCPvHcEsig= | ||
x-amzn-Remapped-Connection: | ||
- keep-alive | ||
x-amzn-Remapped-Content-Length: | ||
- '58' | ||
x-amzn-Remapped-Date: | ||
- Fri, 01 Dec 2023 02:36:24 GMT | ||
x-amzn-Remapped-Server: | ||
- gunicorn | ||
x-amzn-RequestId: | ||
- b6d40e26-c245-49b0-a102-95e016226035 | ||
http_version: HTTP/1.1 | ||
status_code: 400 | ||
version: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.