Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.