/antiope

Antiope

Primary LanguageJava

Antiope

This project provides a framework for implementing API Clients in Java. For more information on the genesis and foundation of this project, see blog post here.

Antiope-Core

First framework heavily based on the core of the AWS Java SDK. Typically your client will extend either BaseAPIClient or AdvancedAPIClient and expose public methods for each service you provide.

For some samples, see antiope-samples.

Antiope-AWS

This project provides a CloudWatch implementation of IMetricsCollector. When collected, metrics (even custom ones) will be send and tracked by AWS CloudWatch.

Antiope-Samples

This project provides a Yahoo RSS Weather Client providing implementations for both BaseAPIClient and AdvancedAPIClient.

Antiope2-Core

Complete overhaul of antiope-core using Worker Pattern to provide high level of customizations.

Antiope2-Samples

Port of Antiope-Samples to Antiope2.

Antiope2-Retrofitted

Retrofit-ing Antiope2 with annotations.