REST API - MakroCZ/PA165-Project GitHub Wiki

Running API

  1. Open console in root folder of MusicManager-REST module.
  2. Use mvn tomcat7:run command.

Usage

Base URI: http://localhost:8080/pa165/rest

Options:

  • /genres
  • /albums
  • /performers
  • /songs

Testing

Use Postman: https://www.getpostman.com.

It's a very user-friendly app for managing your API.

You can use collections in MusicManager-REST/postman/collections for quick start.

Known issues

Requests that are not working properly:

  • UpdateSong