Skip to content

leftshiftone-adinauer/gaia-sdk

 
 

Repository files navigation

GAIA-SDK

CircleCI branch GitHub tag (latest SemVer)

Bintray npm (scoped) PyPI

Please see project gaia-sdk-docs for the documentation.

Development

Generate source

Run ./gradlew generateSource.

Release

Releases are triggered locally. Just a tag will be pushed and CI takes care of the rest.

Major

Run ./gradlew final -x bintrayUpload -Prelease.scope=major locally.

Minor

Run ./gradlew final -x bintrayUpload -Prelease.scope=minor locally.

Patch

Must be released from branch (e.g. release/1.0.x)

Run ./gradlew final -x bintrayUpload -Prelease.scope=patch locally.

About

Establishes a connection from a client implementation to the GAIA backend services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 35.1%
  • TypeScript 34.4%
  • Kotlin 28.9%
  • JavaScript 1.2%
  • ANTLR 0.4%