All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| statusStatusGet | GET /status | Status |
{ [key: string]: string; } statusStatusGet()
Status
import { Configuration, DefaultApi } from '@saiden/tensors'
import type { StatusStatusGetRequest } from '@saiden/tensors'
async function example() {
console.log('🚀 Testing @saiden/tensors SDK...')
const api = new DefaultApi()
try {
const data = await api.statusStatusGet()
console.log(data)
} catch (error) {
console.error(error)
}
}
// Run the test
example().catch(console.error)This endpoint does not need any parameter.
{ [key: string]: string; }
No authorization required
- Content-Type: Not defined
- Accept:
application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | Successful Response | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]