Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 691 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 691 Bytes

nium-OpenAPI

Nium uses the OpenAPI 3.0.* specification to power our API Reference.

You can find all of Nium's platform APIs in nium.yaml OpenAPI definitions file

Using the OpenAPI generator

You can find examples on the official OpenApiGenerator docs.

Generating Nium supported client libraries

nium-python

To generate libraries for Nium, use the nium.yaml

(OpenAPI Generator version: 6.1)

openapi-generator-cli generate -g python \
-i nium.yaml \
-o build/generated-python \
-p packageName=nium \
--global-property apiTests=false,modelTests=false \