Skip to content

Commit

Permalink
fix: formatting of capability list
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Mar 11, 2024
1 parent 658f117 commit 1f11503
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/pages/docs/how-to/http-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,9 @@ used an HTTP-based API before.

## Limitations

The instructions below are oriented toward capabilities invoked on spaces. These include:

| `access/delegate` |
| `space/info` |
| `space/allocate` |
| `store/add` |
| `store/get` |
| `store/remove` |
| `store/list` |
| `upload/add` |
| `upload/list` |
| `upload/remove` |
| `usage/report` |

The instructions below are oriented toward capabilities invoked on spaces. These include `access/delegate`,
`space/info`, `space/allocate`, `store/add`, `store/get`, `store/remove`, `store/list`, `upload/add`,
`upload/list`, `upload/remove` and `usage/report`.

Other capabilities are invoked on other entities. They are supported by the bridge, but
you will need to generate auth tokens that are targetted at different DIDs and may not
Expand Down

0 comments on commit 1f11503

Please sign in to comment.