Skip to content

Commit 70ff94e

Browse files
authored
Merge pull request #35 from rahulrumalla/dev
Copy updates to README & wss FAQ
2 parents bf5e4aa + e7571d3 commit 70ff94e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ When you sign up you'll receive your Infura v3 key to use within your app. With
66

77
## Ethereum API
88

9-
Seamlessly access Ethereum via the Infura load-balanced nodes and smart architecture the same way you would via your own nodes. We have built services and APIs around [JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC), REST and Websockets that you can use with your favorite libraries and frameworks, on four Ethereum networks. [Read more about our Ethereum API](https://infura.io/docs/api/get/symbolFull).
9+
Seamlessly access Ethereum via the Infura load-balanced nodes and smart architecture the same way you would via your own nodes. We have built services and APIs around [JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC), REST and WebSockets that you can use with your favorite libraries and frameworks, on four Ethereum networks. [Read more about our Ethereum API](https://infura.io/docs/api/get/symbolFull).
1010

1111
## IPFS API
1212

1313
Access the [IPFS API](https://ipfs.io/docs/api/) and our [public IPFS gateway](https://ipfs.infura.io/ipfs/Qmaisz6NMhDB51cCvNWa1GMS7LU1pAxdF4Ld6Ft9kZEP2a) over HTTPS like you would be able to via your own IPFS nodes. [Read more about our IPFS API](https://infura.io/docs/ipfs/get/block_get).
14+
15+
## WEBSOCKETS API
16+
17+
Use our WebSockets API to poll on filters, subscriptions, events, etc. Access the [Ethereum Pub/Sub API documentation](https://github.com/ethereum/go-ethereum/wiki/RPC-PUB-SUB) and [Parity Ethereum Pub/Sub API documentation](https://wiki.parity.io/JSONRPC-Parity-Pub-Sub-module.html). Read more about our [WebSockets API](https://infura.io/docs/ipfs/get/block_get).

docs/wss/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
Infura's websocket endpoint : wss://`<network>`.infura.io/ws
66

7-
**Support networks?**
7+
**Supported networks?**
88

99
Mainnet, Ropsten, Rinkeby, Kovan
1010

11-
**Batch Support?**
11+
**Is batch support available?**
1212

1313
Yes
1414

15-
**Compression Enabled?**
15+
**Is compression enabled?**
1616

1717
Yes
1818

@@ -22,8 +22,8 @@ Yes
2222

2323
**Why does my websocket connection disconnect after a while?**
2424

25-
Idle connections that last more than an hour will get disconnected. Adding 'pings' to your websocket connection will prevent the connection from going idle.
26-
Also, any unrecognized requests will trigger the server to close the connection with an error message.
25+
* Idle connections that exceed beyond an hour will get disconnected. Adding 'pings' to your websocket connection will prevent the connection from going idle.
26+
* Any unrecognized requests will trigger the server to close the connection with an error message.
2727

2828
**non-empty 'Sec-WebSocket-Protocol' header error?**
2929

0 commit comments

Comments
 (0)