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

https://github.com/santosjennifer/java-api-restassured

Test automation on Spotify API
https://github.com/santosjennifer/java-api-restassured

java junit restassured

Last synced: 8 months ago
JSON representation

Test automation on Spotify API

Awesome Lists containing this project

README

          

## Spotify API Test

Automation tests on Spotify API.

### Documentation:
[Spotify Web API](https://developer.spotify.com/documentation/web-api/).

### Package structure:
* **Core**: Base API
* **Test**: API test
* **Utils**: Encode token

### Technology
* Java 21
* Maven
* JUnit
* Rest Assured