forked from RandomOrg/JSON-RPC-Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Held03/JSON-RPC-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: RandomOrg/JSON-RPC-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 13 files changed
- 4 contributors
Commits on Apr 28, 2015
-
Adds methods which allows to get more informations about caches.
Configuration menu - View commit details
-
Copy full SHA for 534aae5 - Browse repository at this point
Copy the full SHA 534aae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1a5b78 - Browse repository at this point
Copy the full SHA d1a5b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646b8b7 - Browse repository at this point
Copy the full SHA 646b8b7View commit details -
Adds the new dependency in the readme, and mention the new Random implementation.
Configuration menu - View commit details
-
Copy full SHA for 2bca094 - Browse repository at this point
Copy the full SHA 2bca094View commit details -
Merge pull request #1 from Held03/Held03-patch-readme
Update README.rst
Configuration menu - View commit details
-
Copy full SHA for dab406d - Browse repository at this point
Copy the full SHA dab406dView commit details
Commits on May 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cf52822 - Browse repository at this point
Copy the full SHA cf52822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbdb62 - Browse repository at this point
Copy the full SHA 5fbdb62View commit details -
Merge branch 'feature' of https://github.com/Held03/JSON-RPC-Java int…
…o Held03-feature
Configuration menu - View commit details
-
Copy full SHA for b44bb53 - Browse repository at this point
Copy the full SHA b44bb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65e7bd - Browse repository at this point
Copy the full SHA b65e7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6119f - Browse repository at this point
Copy the full SHA ff6119fView commit details
Commits on Jan 14, 2021
-
This library now supports Release 2 of the RANDOM.ORG JSON-RPC API. Updates: - New methods (generateIntegerSequences, generateSignedIntegerSequences, createIntegerSequenceCache and getResult) - New optional parameter JsonObject 'userData' can now be used with signed methods returning random values - Parameter 'base' can now be used on integer and integer sequences methods (Basic and Signed API). NOTE: basic methods 'generateIntegers' and 'generateIntegerSequences' return String values when the 'base' parameter is used, even when it is decimal (base = 10). For int values, simply use the method without 'base' parameter. The same applies to 'createIntegerCache' abd 'createIntegerSequenceCache'. Signed methods 'generateSignedIntegers' and 'generateSignedIntegerSequences' return int values for decimal base, String values otherwise. - Updated test cases to cover new methods and use JUnit ErrorCollector - getUsage() is called in the RandomOrgClient constructor to update remaining requests and bits - Minor bug fix to improve threading for serialized clients - Added error codes (RandomOrg Errors: 305, 306 and 307)
= committedJan 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 19718ac - Browse repository at this point
Copy the full SHA 19718acView commit details
Commits on Jan 29, 2021
-
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
= committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 1ebffae - Browse repository at this point
Copy the full SHA 1ebffaeView commit details
Commits on Jun 11, 2021
-
This library now supports Release 4 of the RANDOM.ORG JSON-RPC API. Updates: - Method overloading for all (basic and signed) value-returning methods to contain the optional 'pregeneratedRandomization' parameter - Method overloading for all signed value-returning methods to contain the optional 'licenseData' parameter - Added methods to generate the signature verification URL and HTML forms (createURL and createHTML) using the random object and signature returned from any of the signed (value generating) methods; the URL and HTML form link to the same web page that is also shown when a result is verified using the online Signature Verification Form, see: https://api.random.org/signatures/form - Added tests for methods with the 'pregeneratedRandomization' parameter
= committedJun 11, 2021 Configuration menu - View commit details
-
Copy full SHA for 38ec489 - Browse repository at this point
Copy the full SHA 38ec489View commit details
Commits on Dec 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6e8ecc0 - Browse repository at this point
Copy the full SHA 6e8ecc0View commit details
Commits on Apr 11, 2023
-
Added the new revealTickets method and the accompanying error (426). Also includes tests for the method (revealing a single ticket and multiple tickets) and the error. Updated the RandomOrgRANDOMORGError class to include the error code as a (private) property, accessible by using the getCode() method. Also updated the links in the descriptions.
Configuration menu - View commit details
-
Copy full SHA for e298691 - Browse repository at this point
Copy the full SHA e298691View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master