Chris Sandvik

Results 135 comments of Chris Sandvik

@mkb79 any chance you could give more details on what you're describing? do you still need a goodreads API key in the first place to make that work?

I am definitely curious about the exact process, because I can't seem to find any up to date resources on it. Overall it could be helpful for this issue as...

Thanks for the detailed example! Now time to see if I can translate this to node...

haven't tried unregister yet but it does appear to be working! The token you're talking about I assume is the `response.success.tokens.bearer.access_token` right? I'm also close to finishing a node version,...

Will do, I feel like I'm close but for some reason it's still not working. I've done similar conversion of python code to TS code before, and I've found using...

I ended up figuring it out, updated my previous comment with a working example.

Oh, I also finally tested actually using the bearer token to pull from the API, and it works! Probably should have made sure of that before I went through the...

@mkb79 thanks for all the extra info! I was just thinking about asking if you had a hint on the other requests. Also thanks a ton for this whole thing,...

> The right Content-Type for https://api.amazon.com/auth/token and https://api.amazon.com/ap/exchangetoken/cookies is application/x-www-form-urlencoded. Interesting that you say that because I saw the same thing in some different AWS docs, but it has been...

There's a package which might help out with this: https://github.com/vercel/title I just happened upon it the other day, its just a simple package to only capitalize the appropriate letters in...