Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.6 KB

SearchApi.md

File metadata and controls

46 lines (28 loc) · 1.6 KB

\SearchApi

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 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.

Required Parameters

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

Optional parameters are passed through a pointer to a SearchApiSearchOpts struct

Name Type Description Notes

xRequestId | optional.String| An unique ID for the request |

Return type

Search

Authorization

basic

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]