orb-kotlin
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.withorb.api</groupId> <artifactId>orb-kotlin</artifactId> <version>0.1.0-alpha.10</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.withorb.api</groupId> <artifactId>orb-kotlin</artifactId> <version>0.1.0-alpha.10</version> <name>API Reference</name> <description>Orb's API is built with the following principles in mind: 1. **Predictable developer experience**: Where applicable, the Orb API uses industry-standard patterns such as cursor-based pagination and standardized error output. To help with debugging in critical API actions, the API always strives to provide detailed and actionable error messages. Aliases such as external customer IDs aid in fast integration times. 2. **Reliably real time**: Orb's event-based APIs, such as event ingestion are designed to handle extremely high throughput and scale with concurrent load. Orb also provides a real-time event-level credits ledger and a highly performant webhooks architecture. 3. **Flexibility at the forefront**: Features like timezone localization and the ability to amend historical usage show the flexible nature of the platform. You can download the latest OpenAPI spec [here](pathname:///spec.json).</description> <url>https://docs.withorb.com/reference/api-reference</url> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>Orb</name> <email>team@withorb.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/orbcorp/orb-kotlin.git</connection> <developerConnection>scm:git:git://github.com/orbcorp/orb-kotlin.git</developerConnection> <url>https://github.com/orbcorp/orb-kotlin</url> </scm> <dependencies> <dependency> <groupId>com.withorb.api</groupId> <artifactId>orb-kotlin-client-okhttp</artifactId> <version>0.1.0-alpha.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.9.23</version> <scope>compile</scope> </dependency> </dependencies> </project>