Adam Grieger
Adam Grieger
I agree. I still need to finish up documentation for some endpoints and especially authorization workflows. I've been a bit burnt out as of late, but it's definitely something I...
That'd be great! All of the authorization stuff is located [here](https://github.com/adamgrieger/spotify-web-api-ts/blob/master/src/index.ts) if you're curious.
I think the way that I implemented authorization isn't 100% identical to `spotify-web-api-node`. I would have to look at it again since it's been a while (assuming Spotify didn't change...
Interesting. I'll try to take a look this weekend. I can prioritize writing an example for the Authorization Code flow.
I just tried a minimal example locally using the Authorization Code workflow and it works for me still. I can add a fleshed-out `examples` directory and update the `README.md`. I'm...
I would love to contribute; I'm mainly a TypeScript user and I've used this library quite a bit this past year. I haven't really had experience in creating an API...
@csantiago132, I've been working on a TypeScript rewrite of this library in my spare time. If you want to help me work on it, I can push my current progress...
@csantiago132 Sounds good. I just pushed all of my changes to the `typescript-rewrite` branch of my fork if you want to take a look.
I added a Discord server link to my fork's README.md where we (and potentially others) can talk about the rewrite.
I probably won't be maintaining this project anytime in the near future due to work, so it's all yours if you want to take it!