Skip to main content

Week 12

Activities

  • Added the REST API to Import the obligation list from CSV: #2563
  • Added the REST API to Export the obligation list as CSV #2574
  • Enhanced the FOSSology API configurations to support V1 Rest APIs: #2576

Some Screenshots

1. Import the obligation list from CSV API /license/obligation/import-csv

import-obligation-list

2. Export the obligation list as CSV API /license/obligation/export-csv

export-obligation-list

3. FOSSology API configurations to support V1 Rest APIs

How to test

1. Add this block of code in the getInfo method from InfoController:

update-get-info

2. Call the Version 2 API

call-version2-api

3. Call the Version 1 API

call-version1-api