https://github.com/speakeasy-api/speakeasy-java-sdk
Speakeasy SDK for Java APIs
https://github.com/speakeasy-api/speakeasy-java-sdk
devex devportal java micronaut sdk spring-boot
Last synced: about 2 months ago
JSON representation
Speakeasy SDK for Java APIs
- Host: GitHub
- URL: https://github.com/speakeasy-api/speakeasy-java-sdk
- Owner: speakeasy-api
- License: other
- Created: 2022-10-18T13:38:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T13:00:36.000Z (over 2 years ago)
- Last Synced: 2025-03-15T23:56:01.690Z (over 1 year ago)
- Topics: devex, devportal, java, micronaut, sdk, spring-boot
- Language: Java
- Homepage: https://www.speakeasyapi.dev/
- Size: 621 KB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speakeasy JVM SDK

Speakeasy is your API Platform team as a service. Use our drop in SDK to manage all your API Operations including
customer facing usage embeds, test case generation from traffic, and understanding API drift.
This is the Speakeasy Java SDK for evaluating API requests/responses.
Supported frameworks include:
- Spring Boot
- Micronaut
If you are integrating for the first time please start at
the [Quickstart](https://docs.speakeasyapi.dev/docs/getting-started/platform-quickstart) on our docs home.
## Installation
Add the Speakeasy SDK to your project's build.gradle file:
```groovy
dependencies {
implementation 'dev.speakeasyapi:speakeasyapi-java-sdk:1.3.1'
}
```
## Micronaut
For details on integrating with Micronaut please see the [Micronaut Integration Docs](docs/micronaut.md)
## Spring Boot
For details on integrating with Spring Boot please see the [Spring Boot Integration Docs](docs/springboot.md)