Skip to content

Commit

Permalink
Shifted Support to Top
Browse files Browse the repository at this point in the history
  • Loading branch information
scientific-dev authored Sep 28, 2020
1 parent bcadcb0 commit f21800e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Simple wrapper for Spotify api written in python by the [@spotify-api](https://github.com/spotify-api) Organization!

# Support

So, hey facing troubles? We have some ways you to support you!

- [Discord Support Server](https://discord.gg/FrduEZd)
- [GitHub Repo](https://github.com/spotify-api/spotify-api.py/)

# Quick Docs

## Client Class
Expand Down Expand Up @@ -149,10 +156,3 @@ playlist = Playlist('some-token')
| ------ | ------------------------------- | -------------------------------|
| get | `playlistID: str` | `playlist.get('some-id')` |
| tracks | `playlistID: str`, `limit: int` | `playlist.tracks('some-id',5)` |

# Support

So, hey facing troubles? We have some ways you to support you!

- [Discord Support Server](https://discord.gg/FrduEZd)
- [GitHub Repo](https://github.com/spotify-api/spotify-api.py/)

0 comments on commit f21800e

Please sign in to comment.