Code Monkey home page Code Monkey logo

duetify's People

Contributors

dbyington avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

duetify's Issues

Spotify playlist updates after request is complete

There may be a better way to handle this but I was thinking that I'd have to loop a GET of the playlist until the change is seen and then force a refresh of the iframe. Kind of ugly but since the PUT request to modify the list returns and the change hasn't actually published yet the list doesn't change until the next artist search.

need to call next url for more results

If the API call contains 'next' the 'next' url needs to be called and subscribed to.

{
    "artists": {
        "href": "https://api.spotify.com/v1/search?query=slash&type=artist&market=US&offset=0&limit=50",
        "items": [
        ...
        "limit": 50,
        "next": "https://api.spotify.com/v1/search?query=slash&type=artist&market=US&offset=50&limit=50",
        "offset": 0,
        "previous": null,
        "total": 103
    }

token refresh

add: function for refreshing the access token
add: handler for expired token, calls for refresh token

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.