Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.48 KB

ResourceApi.md

File metadata and controls

53 lines (32 loc) · 1.48 KB

{{classname}}

All URIs are relative to /gateway/code/api/v1

Method HTTP request Description
ListGitignore Get /resources/gitignore List available gitignore names
ListLicenses Get /resources/license List available license names

ListGitignore

[]string ListGitignore(ctx, ) List available gitignore names

Required Parameters

This endpoint does not need any parameter.

Return type

[]string

Authorization

bearerAuth, x-api-key

HTTP request headers

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

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

ListLicenses

[]InlineResponse200 ListLicenses(ctx, ) List available license names

Required Parameters

This endpoint does not need any parameter.

Return type

[]InlineResponse200

Authorization

bearerAuth, x-api-key

HTTP request headers

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

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