Skip to content

Latest commit

 

History

History
89 lines (45 loc) · 2.06 KB

DataCollectionServiceApi.md

File metadata and controls

89 lines (45 loc) · 2.06 KB

\DataCollectionServiceApi

All URIs are relative to http://api.madana.io/rest

Method HTTP request Description
get_methods_for_type get /datacollection/types/{name}/methods
get_nodes get /datacollection/methods
get_types get /datacollection/types

get_methods_for_type

std::path::PathBuf get_methods_for_type(name)

Parameters

Name Type Description Required Notes
name String [required]

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

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

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

get_nodes

std::path::PathBuf get_nodes()

Parameters

This endpoint does not need any parameter.

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

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

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

get_types

std::path::PathBuf get_types()

Parameters

This endpoint does not need any parameter.

Return type

std::path::PathBuf

Authorization

No authorization required

HTTP request headers

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

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