All URIs are relative to http://galactus.player/v1
Method | HTTP request | Description |
---|---|---|
count_get | Get /count | Returns the number of times this endpoint has been called. |
dog_get | Get /dog | Returns the string "woof". |
i32 count_get() Returns the number of times this endpoint has been called.
This endpoint does not need any parameter.
i32
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
String dog_get() Returns the string "woof".
This endpoint does not need any parameter.
String
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]