Java API Wrapper for Fastly (https://docs.fastly.com/api)
🚨 This Library is Deprecated
Please use the Platform Library instead.
Proceed with caution—here be dragons!
<repositories>
<repository>
<id>sonatype snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
.....
export GPG_TTY=$(tty) && mvn clean install
Create a file under src/test/resources called: keys.properties containing:
fastly.api.key=<YOUR_FASTLY_API_KEY>
fastly.service.id=<YOUR_FASTLY_SERVICE_KEY>
And remove the Ignore annotation from the FastlyApiClientIntegrationTest.
http://central.sonatype.org/pages/apache-maven.html#performing-a-snapshot-deployment
Contact me at [email protected]