TransformationImagesApi¶
All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| ListApiV1TransformationsImages | GET /api/v1/transformations/images | List available transformation images with their metadata. |
ListApiV1TransformationsImages¶
array[TransformationImage] ListApiV1TransformationsImages()
List available transformation images with their metadata.
Example¶
library(odmApi)
# List available transformation images with their metadata.
#
api_instance <- TransformationImagesApi$new()
# Configure API key authorization: Access-token
api_instance$api_client$api_keys["Authorization"] <- Sys.getenv("API_KEY")
# Configure API key authorization: Genestack-API-Token
# api_instance$api_client$api_keys["Genestack-API-Token"] <- Sys.getenv("API_KEY")
# to save the result into a file, simply add the optional `data_file` parameter, e.g.
# result <- api_instance$ListApiV1TransformationsImages(data_file = "result.txt")
result <- api_instance$ListApiV1TransformationsImages()
dput(result)
Parameters¶
This endpoint does not need any parameter.
Return type¶
Authorization¶
Access-token, Genestack-API-Token
HTTP request headers¶
- Content-Type: Not defined
- Accept: application/json, application/problem+json
HTTP response details¶
| Status code | Description | Response headers |
|---|---|---|
| 200 | OK | - |
| 0 | Error | - |