Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ebffae

Browse files
author
=
committed
Release 3 Update
This library now supports Release 3 of the RANDOM.ORG JSON-RPC API. Updates: - New methods (createTickets, listTickets and getTicket) - Method overloading for all signed value-returning methods to contain the optional 'ticketId' parameter - Added RandomOrg error codes 420, 421, 422 and 423 - Added tests for all new methods, error codes 420, 421 and 422 and signed methods with 'ticketId' parameter
1 parent 19718ac commit 1ebffae

File tree

3 files changed

+1179
-124
lines changed

3 files changed

+1179
-124
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
JSON-RPC-Java
22
===============
33

4-
RANDOM.ORG JSON-RPC API (Release 2) implementation.
4+
RANDOM.ORG JSON-RPC API (Release 3) implementation.
55

6-
This is a Java implementation of the RANDOM.ORG JSON-RPC API (R2). It provides either serialized or unserialized access to both the signed and unsigned methods of the API through the RandomOrgClient class. It also provides a convenience class through the RandomOrgClient class, the RandomOrgCache, for precaching requests. In the context of this module, a serialized client is one for which the sequence of requests matches the sequence of responses.
6+
This is a Java implementation of the RANDOM.ORG JSON-RPC API (R3). It provides either serialized or unserialized access to both the signed and unsigned methods of the API through the RandomOrgClient class. It also provides a convenience class through the RandomOrgClient class, the RandomOrgCache, for precaching requests. In the context of this module, a serialized client is one for which the sequence of requests matches the sequence of responses.
77

88
Installation
99
------------
@@ -86,7 +86,7 @@ This library now also includes a RANDOM.ORG implementation of the `java.util.Ran
8686
Documentation
8787
-------------
8888

89-
For a full list of available randomness generation functions and other features see RandomOrgClient.java documentation and https://api.random.org/json-rpc/2
89+
For a full list of available randomness generation functions and other features see RandomOrgClient.java documentation and https://api.random.org/json-rpc/3
9090

9191
Tests
9292
-----

0 commit comments

Comments
 (0)