Skip to content

Commit

Permalink
version 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Apr 17, 2022
1 parent f7c8386 commit 3557a65
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Ruby Client for Free TON SDK

[![GEM](https://img.shields.io/badge/ruby-gem-orange)](https://rubygems.org/gems/everscale-client-ruby)
[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.31.0-green)](https://github.com/tonlabs/TON-SDK)
[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.32.0-green)](https://github.com/tonlabs/TON-SDK)

## Install

Expand Down Expand Up @@ -134,6 +135,12 @@ end

- case LocalStorageError = 35

# Network protocol used to perform GraphQL queries.
- #### NetworkQueriesProtocol
Each GraphQL query uses separate HTTP request. - case HTTP =

All GraphQL queries will be served using single web socket connection. - case WS =


- #### AppRequestResult
- case Error = Error
Expand Down Expand Up @@ -219,6 +226,11 @@ end
Must be specified in milliseconds. Default is 60000 (1 min).
- query_timeout: Number<Optional>

Queries protocol.
`HTTP` or `WS`.
Default is `HTTP`.
- queries_protocol: NetworkQueriesProtocol<Optional>

Access key to GraphQL API.
At the moment is not used in production.
- access_key: String<Optional>
Expand Down
2 changes: 1 addition & 1 deletion lib/everscale-client-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module TonClient
VERSION = "1.1.23"
VERSION = "1.1.25"
end

0 comments on commit 3557a65

Please sign in to comment.