https://github.com/splitio/fastly-api-java
Java API Wrapper for Fastly
https://github.com/splitio/fastly-api-java
Last synced: 11 days ago
JSON representation
Java API Wrapper for Fastly
- Host: GitHub
- URL: https://github.com/splitio/fastly-api-java
- Owner: splitio
- License: other
- Archived: true
- Created: 2015-10-12T18:46:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:06:02.000Z (about 1 year ago)
- Last Synced: 2025-08-01T20:14:36.075Z (6 months ago)
- Language: Java
- Size: 47.9 KB
- Stars: 9
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# fastly-api-java
Java API Wrapper for Fastly (https://docs.fastly.com/api)
> 🚨 **This Library is Deprecated**
>
> Please use the [Platform Library](https://github.com/splitio/platform-libs/fastly-api-java) instead.
>
> Proceed with caution—here be dragons!
# Add snapshot repo to your maven pom.xml
```xml
sonatype snapshots
https://oss.sonatype.org/content/repositories/snapshots/
.....
```
# Build
```export GPG_TTY=$(tty) && mvn clean install```
# Run Integration tests
Create a file under src/test/resources called: keys.properties containing:
```
fastly.api.key=
fastly.service.id=
```
And remove the Ignore annotation from the FastlyApiClientIntegrationTest.
# how to deploy a version of this library?
http://central.sonatype.org/pages/apache-maven.html#performing-a-snapshot-deployment
# Any Issues?
Contact me at pato@split.io