Integrate Naboo calls
Integrate a Naboo Manager which will integrate the following routes with new fields
method | path | Minimum Security | description |
---|---|---|---|
GET | /companies | ADMIN | Should return the list of companies |
GET | /companies/:companyUid | ADMIN | should return a company with its name and subscriptions |
GET | /companies/:companyUid/new_secret | READ_ONLY | should return a new secret from Hydra |
POST | /companies | ADMIN | Should create a new company with Hydra new Secret |
DELETE | /companies/:companyUid | ADMIN | Should soft delete a company |
PATCH | /companies/:companyUid | ADMIN | Update the company |
GET | /whoami | READ_ONLY | Returns the company Name and the subscriptions |