Skip to content

Commit

Permalink
add api summary in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed May 4, 2018
1 parent 4dcffb4 commit 7469002
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ REST API service is built on the open source projects [akka](https://github.com/

Please see the full API Documentation on Postman: [blockchain-in-scala](https://documenter.getpostman.com/view/1231202/blockchain-in-scala/RVu8iTUP)

Summary:
### Summary:

### root
#### root

```
/
```

### blockchain
#### blockchain

```
GET /blockchain
Expand All @@ -49,7 +49,7 @@ GET /blockchain/block/:hash/transaction/:id
```


### block
#### block

```
GET /blocks
Expand All @@ -60,7 +60,7 @@ GET /block/:hash/transaction/:id
```


### transaction
#### transaction

```
GET /transactions
Expand All @@ -71,7 +71,7 @@ DEL /transaction/:id
```


### network
#### network

```
GET /network
Expand All @@ -82,7 +82,7 @@ GET /peer/:name
```


### generic
#### generic

```
POST /generic/to-sha256
Expand Down

0 comments on commit 7469002

Please sign in to comment.