https://github.com/optimizely/eleanor-java-sdk
A Java SDK for the Optimizely API
https://github.com/optimizely/eleanor-java-sdk
Last synced: 10 months ago
JSON representation
A Java SDK for the Optimizely API
- Host: GitHub
- URL: https://github.com/optimizely/eleanor-java-sdk
- Owner: optimizely
- Archived: true
- Created: 2023-07-31T13:45:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T14:04:53.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:17:29.015Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizely Java Library
[](https://central.sonatype.dev/artifact/io.github.fern-api/optimizely/)
[](https://github.com/fern-api/fern)
## Documentation
API documentation is available at .
## Usage
Check out the [sample app](.sample-app/app.java) which consumes this SDK!
```java
TODO
```
## Beta status
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your build.gradle file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
## Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!