File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ OST PHP SDK v1.1.1] ( https://github.com/OpenSTFoundation/ost-sdk-php/tree/v1.1.1 ) July 2 2018
2+ ---
3+ * Bug fix for V1.1 API
4+ * Added version file
5+
16[ OST PHP SDK v1.1.0] ( https://github.com/OpenSTFoundation/ost-sdk-php/tree/v1.1.0 ) July 2 2018
27---
38
712[ OST PHP SDK v1.0.0] ( https://github.com/OpenSTFoundation/ost-sdk-php/tree/v1.0.0 ) May 30 2018
813---
914Initial release of the official OST PHP SDK<br />
10- This release has the OST API interaction layer implementation.
15+ This release has the OST API interaction layer implementation.
Original file line number Diff line number Diff line change 1+ 1.1.1
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function __construct(array $params)
3434 } elseif (strtolower ($ apiEndpointVersion ) == 'v1 ' ) {
3535 $ this ->services = new \OST \V1 \Manifest ($ params );
3636 } elseif (strtolower ($ apiEndpointVersion ) == 'v1.1 ' ) {
37- $ this ->services = new \OST \V1Dot1 \Manifest ($ params );
37+ $ this ->services = new \OST \V1_1 \Manifest ($ params );
3838 } else {
3939 throw new \Exception ('Api endpoint is invalid ' );
4040 }
Original file line number Diff line number Diff line change 33 * Balances class
44 */
55
6- namespace OST \V1Dot1 ;
6+ namespace OST \V1_1 ;
77
88use OST \Base ;
99
Original file line number Diff line number Diff line change 33 * Ledger class
44 */
55
6- namespace OST \V1Dot1 ;
6+ namespace OST \V1_1 ;
77
88use OST \Base ;
99
Original file line number Diff line number Diff line change 33 * Manifest class
44 */
55
6- namespace OST \V1Dot1 ;
6+ namespace OST \V1_1 ;
77
88use Lib \Request ;
99
You can’t perform that action at this time.
0 commit comments