-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Data Type Error for Fuel Percentage
Fixes: #219
- Loading branch information
1 parent
e347f94
commit 4281565
Showing
10 changed files
with
7,428 additions
and
17 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
11 changes: 11 additions & 0 deletions
11
src/Aydsko.iRacingData.UnitTests/Responses/ListHostedSessionsCombinedSuccessfulAsync/1.json
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"headers": { | ||
"x-ratelimit-remaining": "99", | ||
"x-ratelimit-limit": "100", | ||
"x-ratelimit-reset": "1644451200" | ||
}, | ||
"content": { | ||
"link": "https://scorpio-assets.s3.amazonaws.com/production/data-server/cache/data-services/season/list/c65c1ccc-6bbc-4f27-baa2-0a3d8e7a712c?AWSAccessKeyId=AKIAUO6OO4A3357USLO7&Expires=1658131480&Signature=pKqMTJke3llxd70qRhpjGO6HEq4%3D", | ||
"expires": "2022-08-27T11:23:19.507Z" | ||
} | ||
} |
Oops, something went wrong.