Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thelinmichael/spotify-web-api-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: thelinmichael/spotify-web-api-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 26, 2018

  1. Update README.md

    JMPerez authored Apr 26, 2018
    Copy the full SHA
    534a407 View commit details
  2. Add prettier (#205)

    JMPerez authored Apr 26, 2018
    Copy the full SHA
    36077be View commit details

Commits on Apr 28, 2018

  1. Move from blanket+mocha to jest (#206)

    - Use jest as the test runner
    - Remove should
    - Remove grunt
    JMPerez authored Apr 28, 2018
    Copy the full SHA
    d1838c7 View commit details

Commits on Apr 29, 2018

  1. Copy the full SHA
    803fe10 View commit details
  2. Copy the full SHA
    340ddad View commit details
  3. Update CHANGELOG.md

    JMPerez authored Apr 29, 2018
    Copy the full SHA
    d76c944 View commit details
  4. 3.1.1

    JMPerez committed Apr 29, 2018
    Copy the full SHA
    4ded0c6 View commit details
  5. Add badge for size

    JMPerez authored Apr 29, 2018
    Copy the full SHA
    959405b View commit details
  6. Copy the full SHA
    9bdd9d1 View commit details

Commits on May 16, 2018

  1. Update superagent, closes #210 (#211)

    ashtonmeuser authored and JMPerez committed May 16, 2018
    Copy the full SHA
    2fcd60c View commit details

Commits on Sep 12, 2018

  1. Sept 11 API updates (#243)

    * Sept 11 API updates
    JMPerez authored Sep 12, 2018
    Copy the full SHA
    dba91a8 View commit details

Commits on Sep 13, 2018

  1. Copy the full SHA
    8b4aecb View commit details
  2. Copy the full SHA
    5f58995 View commit details

Commits on Sep 14, 2018

  1. 4.0.0

    JMPerez committed Sep 14, 2018
    Copy the full SHA
    a7de833 View commit details

Commits on Sep 22, 2018

  1. Copy the full SHA
    37a7865 View commit details

Commits on Sep 27, 2020

  1. Copy the full SHA
    5a05c50 View commit details
  2. Update change log

    thelinmichael committed Sep 27, 2020
    Copy the full SHA
    38bdc9d View commit details
  3. Copy the full SHA
    00217f3 View commit details
  4. Copy the full SHA
    ce481f4 View commit details
  5. Copy the full SHA
    f0fe191 View commit details
  6. Update docs

    thelinmichael committed Sep 27, 2020
    Copy the full SHA
    c9c5fe4 View commit details
  7. Copy the full SHA
    dfa8144 View commit details
  8. Copy the full SHA
    3645d1f View commit details
  9. Documentation fixes (#269)

    * Readme fix: arguments passed to createPlaylist
    
    The user id was missing from the arguments in the readme example. So when trying the example I got a 404.
    
    * Update addTracksToPlaylist examples to not use user id
    This was returning 404s as well
    cazwazacz authored Sep 27, 2020
    Copy the full SHA
    74ec750 View commit details
  10. Added 'position_ms' for play() (#263)

    * Added 'position_ms' for play()
    
    Users can now specify the starting position in ms as an argument to play()'s 'options' field.
    
    * removed comments
    kei-kinoshita authored Sep 27, 2020
    Copy the full SHA
    948cb5a View commit details
  11. Add support for 'Implicit Grant Flow' (#261)

    Co-authored-by: Michael Thelin <thelinmichael@gmail.com>
    noahp78 and thelinmichael authored Sep 27, 2020
    Copy the full SHA
    84ba39e View commit details
  12. Copy the full SHA
    1a0496f View commit details
  13. Copy the full SHA
    b6f94e6 View commit details
  14. Copy the full SHA
    89e5a90 View commit details
  15. Add support for detailed Spotify Web API error message and reason (#294)

    * Add support for detailed Spotify Web API error message and reason
    
    * Remove debug print
    konstantinjdobler authored Sep 27, 2020
    Copy the full SHA
    4c5eebf View commit details
  16. Minor update to docs

    thelinmichael committed Sep 27, 2020
    Copy the full SHA
    b9794d8 View commit details
  17. Copy the full SHA
    13e0528 View commit details
  18. Update tests

    thelinmichael committed Sep 27, 2020
    Copy the full SHA
    d1fa31a View commit details

Commits on Sep 28, 2020

  1. added "add song to queue" method (#302)

    * added add song to queue
    
    * updated readme with new feature
    
    * Minor changes
    
    Make minor changes in method and argument names.
    
    Co-authored-by: thelinmichael <thelinmichael@gmail.com>
    thattomperson and thelinmichael authored Sep 28, 2020
    Copy the full SHA
    e12cdd3 View commit details
  2. Update CHANGELOG.md

    thelinmichael committed Sep 28, 2020
    Copy the full SHA
    f9528dc View commit details
  3. Update CHANGELOG.md

    thelinmichael committed Sep 28, 2020
    Copy the full SHA
    f503602 View commit details
  4. 'createPlaylist' request changed: Path and arguments (#281)

    * New request path to createPlaylist
    
    * Update README.md
    
    * Fixed create playlist request
    
    * Update package.json
    
    * Revert "Update package.json"
    
    This reverts commit 5718272.
    
    * Add tests and make some changes
    
    Co-authored-by: thelinmichael <thelinmichael@gmail.com>
    marinacrachi and thelinmichael authored Sep 28, 2020
    Copy the full SHA
    a95f7f5 View commit details
  5. Copy the full SHA
    094a840 View commit details
  6. Improve example

    thelinmichael committed Sep 28, 2020
    Copy the full SHA
    375e694 View commit details
  7. Fix package-lock.json

    thelinmichael committed Sep 28, 2020
    Copy the full SHA
    9c864e4 View commit details
  8. Rebuilt dependencies

    thelinmichael committed Sep 28, 2020
    Copy the full SHA
    185aeff View commit details

Commits on Sep 30, 2020

  1. Add Get Show endpoint

    thelinmichael committed Sep 30, 2020
    Copy the full SHA
    d9ef8cf View commit details

Commits on Oct 2, 2020

  1. Copy the full SHA
    cbdca14 View commit details
  2. Copy the full SHA
    0416faa View commit details
  3. Copy the full SHA
    93eaf4d View commit details
  4. Copy the full SHA
    c338db5 View commit details

Commits on Oct 3, 2020

  1. Completed the TBD examples to README file

    Kostas Bourantas authored and thelinmichael committed Oct 3, 2020
    Copy the full SHA
    b9e8017 View commit details
  2. Fixed code format

    Kostas Bourantas authored and thelinmichael committed Oct 3, 2020
    Copy the full SHA
    a84c180 View commit details
  3. Copy the full SHA
    6052492 View commit details
  4. Update CHANGELOG

    thelinmichael committed Oct 3, 2020
    Copy the full SHA
    afdcc4d View commit details
Showing with 12,456 additions and 6,512 deletions.
  1. +3 −2 .gitignore
  2. +0 −21 .jshintrc
  3. +5 −5 .npmignore
  4. +2 −5 .travis.yml
  5. +136 −50 CHANGELOG.md
  6. +0 −40 Gruntfile.js
  7. +1 −1 LICENSE
  8. +513 −187 README.md
  9. +81 −0 __mocks__/superagent.js
  10. +29 −0 __tests__/authentication-request.js
  11. +182 −0 __tests__/base-request.js
  12. +221 −0 __tests__/http-manager.js
  13. +107 −0 __tests__/response-error.js
  14. +4,693 −0 __tests__/spotify-web-api.js
  15. +29 −0 __tests__/webapi-request.js
  16. +50 −28 examples/access-token-refresh.js
  17. +19 −18 examples/access-token-using-client-credentials.js
  18. +50 −40 examples/add-remove-replace-tracks-in-a-playlist.js
  19. +27 −19 examples/add-tracks-to-a-playlist.js
  20. +26 −0 examples/client-credentials.js
  21. +14 −12 examples/get-info-about-current-user.js
  22. +29 −10 examples/get-related-artists.js
  23. +24 −14 examples/get-top-tracks-for-artist.js
  24. +48 −28 examples/search-for-tracks.js
  25. +101 −0 examples/tutorial/00-get-access-token.js
  26. +11 −0 examples/tutorial/01-basics/01-get-info-about-current-user.js
  27. +17 −0 examples/tutorial/README.md
  28. +5,368 −2,138 package-lock.json
  29. +36 −24 package.json
  30. +6 −6 src/authentication-request.js
  31. +46 −24 src/base-request.js
  32. +32 −44 src/http-manager.js
  33. +66 −0 src/response-error.js
  34. +46 −13 src/server-methods.js
  35. +432 −253 src/spotify-web-api.js
  36. +0 −11 src/webapi-error.js
  37. +6 −6 src/webapi-request.js
  38. +0 −30 test/authentication-request.js
  39. +0 −166 test/base-request.js
  40. +0 −171 test/http-manager.js
  41. +0 −3,104 test/spotify-web-api.js
  42. +0 −12 test/webapi-error.js
  43. +0 −30 test/webapi-request.js
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
coverage.html
node_modules
coverage
.idea
21 changes: 0 additions & 21 deletions .jshintrc

This file was deleted.

10 changes: 5 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/node_modules
__mocks__
__tests__
node_modules
.coveralls.yml
.npmignore
*.log
/test
Gruntfile.js
.jshintrc
.npmignore
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- 'node'
- '7'
- '6'
- '5.11'
- 14
after_success:
- npm run coveralls
- npm run travis
Loading