cosmos-rest
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -62,3 +62,3 @@ 'use strcit'; | ||
async end_game_session(gsid){ | ||
const data = await this.request('GET',`/gc/game/${gsid}/endgs`); | ||
const data = await this.request('POST',`/gc/game/${gsid}/endgs`,json); | ||
return data; | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "cosmos-rest", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A js sdk for cosmos blockchain", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24739