All URIs are relative to https://roketo-test-api.herokuapp.com
Method | HTTP request | Description |
---|---|---|
findAllTokens | GET /tokens |
Array findAllTokens()
import { } from '@roketo/api-client';
import * as fs from 'fs';
const configuration = .createConfiguration();
const apiInstance = new .TokensApi(configuration);
let body:any = {};
apiInstance.findAllTokens(body).then((data:any) => {
console.log('API called successfully. Returned data: ' + data);
}).catch((error:any) => console.error(error));
This endpoint does not need any parameter.
Array
- Content-Type: Not defined
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]