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 |
std::path::PathBuf get_methods_for_type(name)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | String | [required] |
std::path::PathBuf
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
std::path::PathBuf get_nodes()
This endpoint does not need any parameter.
std::path::PathBuf
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
std::path::PathBuf get_types()
This endpoint does not need any parameter.
std::path::PathBuf
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]