Skip to content

Commit

Permalink
doc: REST is abbrev
Browse files Browse the repository at this point in the history
  • Loading branch information
onsails committed Nov 14, 2023
1 parent 535ef36 commit 9fa3b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo contains RPC clients — generated with [buf.build](https://buf.bu

## Rust Client

Rust client is fully functional, supports [gRPC](https://github.com/haqq-network/haqq-rpc-clients/blob/master/tests/grpc.rs) and [Rest](https://github.com/haqq-network/haqq-rpc-clients/blob/master/tests/rest.rs) enpoints.
Rust client is fully functional, supports [gRPC](https://github.com/haqq-network/haqq-rpc-clients/blob/master/tests/grpc.rs) and [REST](https://github.com/haqq-network/haqq-rpc-clients/blob/master/tests/rest.rs) enpoints.

Not published in crates yet but will be any time soon. In order to use, add to your project's `Cargo.toml`:

Expand All @@ -15,7 +15,7 @@ Not published in crates yet but will be any time soon. In order to use, add to y

Currently only structs are generated in [web](web) folder.

**TODO:**
*TODO:**

- [ ] package.json and other packaging-related files
- [ ] tests with usage examples

0 comments on commit 9fa3b19

Please sign in to comment.