Alkaar/resy-booking-bot

api-key and auth-token mislabeled in Getting Started wiki

Closed this issue · 0 comments

Looks like the api-key and auth-token are backwards in the table in the Getting Started wiki.

Current Version

Field Tab Where
resyKeys.api-key Headers Below the Request Headers section, look for a request header called x-resy-auth-token.
resyKeys.auth-token Headers Below the Request Headers section, look for a request header called Authorization. You only need the characters after ResyAPI api_key=. Drop the double quotes.

Per the ReadMe, it should be:

apiKey - Your user profile API key. Can be found once you're logged into Resy in most api.resy.com network calls (i.e. Try they /find API call when visiting a restaurant). Open your web console and look for a request header called authorization.

auth_token - Your user profile authentication token when logging into Resy. Can be found once you're logged into Resy in most api.resy.com network calls (i.e. Try the /find API call when visiting a restaurant). Open your web console and look for a request header called x-resy-auth-token.

Correct Version

Field Tab Where
resyKeys.auth-token Headers Below the Request Headers section, look for a request header called x-resy-auth-token.
resyKeys.api-key Headers Below the Request Headers section, look for a request header called Authorization. You only need the characters after ResyAPI api_key=. Drop the double quotes.