Skip to content

Commit 6762ee8

Browse files
author
Kedar Chandrayan
authored
Merge pull request #14 from ostdotcom/v2
Merging readme changes.
2 parents a6a4b27 + f91db11 commit 6762ee8

72 files changed

Lines changed: 1849 additions & 2375 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ branches:
1616
only:
1717
- master
1818
- develop
19+
- /^release-.*/
1920
script: mvn clean verify

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[OST JAVA SDK v2.0.0](https://github.com/ostdotcom/ost-sdk-java/tree/v2.0.0)
2+
---
3+
4+
* OST API V2 interaction layer implementation.
5+
* Removed API V0 and V1 support.
6+
* [README.md](README.md) has API V2 usage instructions
7+
8+
[OST JAVA SDK v1.1.0](https://github.com/ostdotcom/ost-sdk-java/tree/v1.1.0)
9+
---
10+
11+
* Added user balances module to V1 API's
12+
* Added transaction ledger module to V1 API's
13+
14+
[OST JAVA SDK v1.0.0](https://github.com/ostdotcom/ost-sdk-java/tree/v1.0.0)
15+
---
16+
17+
Initial release of the official OST JAVA SDK<br />
18+
* This release has support for interacting with V1 API along with V0
19+
* [README.md](README.md) has API V1 usage instructions
20+
* [README_V0.md](README.md) has API V0 usage instructions

LICENSE

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
MIT License
1+
Copyright (c) 2018 OST.com Ltd.
22

3-
Copyright (c) 2018 OpenST Foundation
3+
MIT License
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
"Software"), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
1112

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
1415

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)