https://github.com/chances/servant-spotify
Bindings to the Spotify API via servant-client
https://github.com/chances/servant-spotify
api-client servant spotify-api
Last synced: about 2 months ago
JSON representation
Bindings to the Spotify API via servant-client
- Host: GitHub
- URL: https://github.com/chances/servant-spotify
- Owner: chances
- License: bsd-3-clause
- Created: 2016-12-01T01:30:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T09:02:25.000Z (over 8 years ago)
- Last Synced: 2025-01-09T22:23:53.095Z (4 months ago)
- Topics: api-client, servant, spotify-api
- Language: Haskell
- Size: 64.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Web API via servant [](https://travis-ci.org/chances/servant-spotify)
Provides a servant-client based client library for the
[Spotify Web API v1](https://developer.spotify.com/web-api/).This library defines an incomplete set of [servant](http://hackage.haskell.org/package/servant) types that map to the Spotify Web API (v1).
## Available Endpoints
### Authorization
- GET [authorize](https://developer.spotify.com/web-api/authorization-guide/) - Get an authorization code (via accounts.spotify.com/api)
- POST [token](https://developer.spotify.com/web-api/authorization-guide/) - Get an access token (via accounts.spotify.com/api)Others coming soon...
## Related Projects
Other Haskell (more complete) client libraries for the Spotify Web API include:
- [spoty](https://hackage.haskell.org/package/spoty) - Provides complete access to all public endpoints, excluding the multi-get versions, powered by lenses and pipes
## License
[MIT License](http://opensource.org/licenses/MIT)
Copyright © 2016 Chance Snow. All rights reserved.