Git Product home page Git Product logo

Comments (9)

haayhappen avatar haayhappen commented on August 14, 2024 2

There is a new TS SDK for the web API now: https://github.com/spotify/spotify-web-api-ts-sdk

from spotify-web-api-node.

Xiphe avatar Xiphe commented on August 14, 2024

ref: https://community.spotify.com/t5/Spotify-for-Developers/spotify-web-api-node-seems-abandoned/m-p/5454468#M6976

from spotify-web-api-node.

kyds3k avatar kyds3k commented on August 14, 2024

@Xiphe I am wondering the same thing . . . I see some things being added via PRs that I would love to have access to!

from spotify-web-api-node.

Xiphe avatar Xiphe commented on August 14, 2024

This looks interesting: https://community.spotify.com/t5/Spotify-for-Developers/OpenApi-Swagger-description-for-the-Web-API/td-p/5196705

from spotify-web-api-node.

Xiphe avatar Xiphe commented on August 14, 2024

Ended up replacing this library with a manually generated client from Spotifys Open API spec using oazapfts

oazapfts --optimistic https://developer.spotify.com/_data/documentation/web-api/reference/open-api-schema.yml ./spotify.api.ts

Unfortunately, the auth flows are not part of that spec so I'll need to do that "by hand" but I can live with that as long as I have up to date methods & response types

from spotify-web-api-node.

jpcastberg avatar jpcastberg commented on August 14, 2024

@Xiphe awesome! could you create a repo for this?

from spotify-web-api-node.

Xiphe avatar Xiphe commented on August 14, 2024

@jpcastberg What would you hope to find in that repo?

from spotify-web-api-node.

jpcastberg avatar jpcastberg commented on August 14, 2024

@Xiphe I ended up using the spotipy python library to do my project, was mainly looking for easy auth flow handling. If you're going to be adding better auth support in your openapi node library, it may be useful to others.

from spotify-web-api-node.

Xiphe avatar Xiphe commented on August 14, 2024

The problem is spotify auth goes over a differen API which is not part of their OAS spec. So there's nothing oazapfts (or similar generators) can do about it.

from spotify-web-api-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.