Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 631 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 631 Bytes

test-apis

Goals

  1. Play a little bit with Retrofit
  2. Test the lp-api lib.
  3. Enhance the library with you own apis

Step 1 - Retrofit Example

Fork and clone the repo.

Uncomment @Test from GithubTest run

mvn test

Step 2 - CSDS Example

Uncomment @Test from CSDSTest run

mvn test

Step 3 - IDP Example

Uncomment @Test from CSDSTest run

mvn test

Step 4 - UMS Example

TBD

Step 5 - Write you own api

  1. Write an interface.
  2. Write a test.
  3. Open pull request to add it to lp-api.