An open API service indexing awesome lists of open source software.

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

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