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

https://github.com/januff/stepzen-spotify-knowledge

Annotated Spotify results using Knowledge Graph & StepZen
https://github.com/januff/stepzen-spotify-knowledge

Last synced: 4 months ago
JSON representation

Annotated Spotify results using Knowledge Graph & StepZen

Awesome Lists containing this project

README

          

This repo contains the code referenced in the post below, a quick walkthrough of StepZen's new GraphQL Studio tool:

- **[Behind the Music (in 2 Sentences or Less)](https://stepzen.com/blog/mashing-up-the-spotify-and-knowledge-graph-apis): Mashing up the Spotify & Knowledge Graph APIs**

> And with that, our Spotify track query now returns Knowledge-annotated data, with short (and shorter) descriptive summaries of a track, the album it came from, and its recording artist:





- **[Spotify OAuth 2.0 Tokens (in 3 Steps Total)](https://stepzen.com/blog/spotify-oauth-2-tokens-in-3-steps): Easily bundle an Access Token request with StepZen's @sequence directive**

> Where @materializer allows us to step through our API requests in implicit order, simply by descending through our type fields and back-filling secondary data, @sequence lets us step through API requests in explicit order.





- **[Working With Remix, GraphQL, and Stepzen](https://stepzen.com/blog/working-with-remix-graphql-stepzen): how best to hook up a Remix app with a GraphQL endpoint (no external dependencies)**

> Jamie Barton I credit with the basic template I’m swiping here: [_**Working with Remix, GraphQL, and GraphCMS**_](https://graphcms.com/blog/working-with-remix-and-graphql), a simplest-possible GraphQL-driven Remix quickstart with params-driven route loading.