Skip to content

Latest commit

 

History

History
92 lines (47 loc) · 2.08 KB

StaticResourceApi.md

File metadata and controls

92 lines (47 loc) · 2.08 KB

\StaticResourceApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
get_by_path GET /{path}
get_content_by_path GET /content/{path}
get_login GET /login

get_by_path

get_by_path(path)

Parameters

Name Type Description Required Notes
path String [required]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

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

get_content_by_path

get_content_by_path(path)

Parameters

Name Type Description Required Notes
path String [required]

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

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

get_login

get_login()

Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

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