You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Please describe the problem you are having in as much detail as possible:
getQueriedGamesAmerica() throws a 403 Forbidden error, no matter what query I put.
Code: eshop.getQueriedGamesAmerica('mario')
…roken as per API changes
Along with this change the return structure has also changed so this is a breaking change
BREAKING CHANGE: The return structure has changed. Please refer to updated documentation or
TypeScript information.
re #374
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please describe the problem you are having in as much detail as possible:
getQueriedGamesAmerica() throws a 403 Forbidden error, no matter what query I put.
Code:
eshop.getQueriedGamesAmerica('mario')
Response:
Response { size: 0, timeout: 0, [Symbol(Body internals)]: { body: PassThrough { _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 2, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: true, [Symbol(kCapture)]: false, [Symbol(kTransformState)]: [Object] }, disturbed: false, error: null }, [Symbol(Response internals)]: { url: 'https://u3b6gr4ua3-dsn.algolia.net/1/indexes/*/queries', status: 403, statusText: 'Forbidden', headers: Headers { [Symbol(map)]: [Object: null prototype] }, counter: 0 } }
Further details:
The text was updated successfully, but these errors were encountered: