All URIs are relative to http://localhost/api/v2.0
Method | HTTP request | Description |
---|---|---|
Search | Get /search | Search for projects, repositories and helm charts |
Search Search(ctx, q, optional) Search for projects, repositories and helm charts
The Search endpoint returns information about the projects, repositories and helm charts offered at public status or related to the current logged in user. The response includes the project, repository list and charts in a proper display order.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
q | string | Search parameter for project and repository name. | |
optional | *SearchApiSearchOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a SearchApiSearchOpts struct
Name | Type | Description | Notes |
---|
xRequestId | optional.String| An unique ID for the request |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]