Skip to content

Commit

Permalink
#94 endpoints for tagstore
Browse files Browse the repository at this point in the history
  • Loading branch information
mdragaschnig committed Oct 29, 2023
1 parent d79a81b commit 3469a9a
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 12 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,18 @@ To list all tagpack creators and their contributions to a tagstore's content use

tagpack-tool tagstore show_composition

# REST API

To provide REST endpoints for accessing tags, start the service

```
make run
```

and check out http://localhost:8000/docs

# For developers

## Working in development / testing mode

git clone https://github.com/graphsense/graphsense-tagpack-tool.git
Expand Down
Loading

0 comments on commit 3469a9a

Please sign in to comment.