Skip to content

Commit

Permalink
Remove references to api-v2 feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Mar 21, 2024
1 parent e3ce509 commit 490c4dc
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/api/v2/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
# API Version 2

API version 2 is still under development and under the **api-v2** feature toggle.\
To access new endpoints, light client has to be run with:

```sh
cargo run --release --features api-v2
```

Since entire module is under the feature toggle, tests has to be run with:

```sh
cargo test --features api-v2
```

# API reference
# API Version 2 reference

## **GET** `/v2/version`

Expand Down

0 comments on commit 490c4dc

Please sign in to comment.