Skip to content

papermerge/rest-api-clients

Repository files navigation

Generated REST API clients for Papermerge

This project contains source code of automatically generated REST API clients for Papermerge.

All REST API clients are generated using OpenAPI generator based on OpenAPI schema.

Python Client

Command used:

openapi-generator-cli generate \
    -i https://raw.githubusercontent.com/papermerge/openapi-schema/master/openapi-schema.yaml \
    -g python \
    -o generated-rest-api-client-python \
    --skip-validate-spec \
    --additional-properties packageName=papermerge_restapi_client,projectName=papermerge-restapi-client,packageVersion=1.0.1

Find mode details about openapi-cli python generator here

TypeScript Client

Command used:

openapi-generator-cli generate \
     -i https://raw.githubusercontent.com/papermerge/openapi-schema/master/openapi-schema.yaml \
     -g typescript-node \
     -o generated-rest-api-client-typescript-node \
     --skip-validate-spec \
     --additional-properties npmName=papermerge-restapi-client

About

Automatically generated REST API clients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published