Official client libraries to help you integrate with the Mployr API in your preferred language.
Use OpenAPI Generator to create a client in any supported language. Our OpenAPI specification is available at:
# Generate TypeScript client
npx @openapitools/openapi-generator-cli generate \
-i https://mployr.bitbucket.io/main/api/openapi.yaml \
-g typescript-axios \
-o ./api-client
# Generate PHP client
npx @openapitools/openapi-generator-cli generate \
-i https://mployr.bitbucket.io/main/api/openapi.yaml \
-g php \
-o ./api-client
# Generate Python client
npx @openapitools/openapi-generator-cli generate \
-i https://mployr.bitbucket.io/main/api/openapi.yaml \
-g python \
-o ./api-clientOpenAPI Generator supports 50+ languages including Ruby, Go, Java, C#, Swift, Kotlin, and more. See all generators
Building an SDK for the Mployr API? We'd love to feature it here. Contact us at api-support@mployr.com.au to have your library listed.
Having trouble with an SDK or need help with integration?