Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 382 Bytes

File metadata and controls

16 lines (15 loc) · 382 Bytes

GoodMusicApi

A REST API that serves data for good music. Current API support includes the routes:

goodmusic.herokuapp.com

  • GET
    • /songs - all songs
    • /songs/artist/{artist} - all songs by artist
    • /songs/genre/{genre} - all songs of genre
  • POST
    • /songs/song/
      • title: string
      • artist: string
      • genre: string
      • url: string
      • artwork_url: string