Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej authored Sep 6, 2024
1 parent 1f5f8c3 commit a5b0dd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ GET /v1.1/templates
GET /v1.1/templates?cadence_base64={base64 encoded cadence source code}
=> { data: InteractionTemplate[] }
```

### Get template by ID
```
GET /v1.1/templates/{id}
=> InteractionTemplate
```

0 comments on commit a5b0dd4

Please sign in to comment.