Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jorn committed May 26, 2018
1 parent 435657b commit c496a9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java API Wrapper for the BL3P Exchange

Simple wrapper to approach the BL3P API from Java.
Simple wrapper to approach the full BL3P API from Java.

Example usage:

Expand All @@ -22,3 +22,9 @@ trader.buyEuroAmount(fiat);

// Hodl
````

Supports the authenticated API, the public API, and the websocket feeds.

Provides synchronous and asynchronous handles for each.

Allows custom calls and custom client creation using Builder pattern.

0 comments on commit c496a9a

Please sign in to comment.