Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonallux/spotify-graphql
GraphQL schema and server for Spotify Web API
https://github.com/sonallux/spotify-graphql
api graphql schema server spotify spotify-graphql
Last synced: 12 days ago
JSON representation
GraphQL schema and server for Spotify Web API
- Host: GitHub
- URL: https://github.com/sonallux/spotify-graphql
- Owner: sonallux
- License: mit
- Created: 2021-04-05T16:12:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T01:57:34.000Z (over 1 year ago)
- Last Synced: 2024-10-05T23:21:14.908Z (about 1 month ago)
- Topics: api, graphql, schema, server, spotify, spotify-graphql
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spotify-graphql
[![Build](https://github.com/sonallux/spotify-graphql/actions/workflows/build.yml/badge.svg)](https://github.com/sonallux/spotify-graphql/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/de.sonallux.spotify/spotify-graphql)](https://search.maven.org/search?q=g:%22de.sonallux.spotify%22%20AND%20a:%22spotify-graphql%22)
[![GitHub](https://img.shields.io/github/license/sonallux/spotify-graphql)](https://github.com/sonallux/spotify-graphql/blob/master/LICENSE)A [Spotify GraphQL Server](./spotify-graphql-server/README.md) for the Spotify Web API using Java. The schema is generated from the Open API definition by the [spotify-graphql-schema-generator](./spotify-graphql-schema-generator/README.md).
### :construction: Status of the Project
The project is currently in the process of being rewritten.