Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
marketplace | /items/src | GET | N/A | N/A |
This API gets the items by source.
Type: application/json |
Input | Source | Required | Description |
---|---|---|---|
provider | query | Yes | Specify the provider (github, bitbucket, …) of the catalog |
owner | query | Yes | Specify the owner of the catalog |
repo | query | Yes | Specify the repository of the catalog |
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
|
|
Follow this link to check out the response JSON Schema
Code | Description |
---|---|
400 | Business logic required data are missing |
602 | Model error: + %model_error% |