openlibraryenvironment/gokb

View Create Package: Add provider

Closed this issue · 0 comments

Description

If the user wants to add a new provider, we need a corresponding REST service. (p.35)

Implemenation

POST /provider
{
  data: {
    name: ‘’,
    source: ‘’
  }
}

Should return the created entity.

Estimated Workload:

Actual Workload: