Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alongreyber committed Nov 2, 2021
1 parent 171ec07 commit ff02506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Entrypoints

* `/query` (`server.py`) - synchronous TRAPI endpoint
Does a little [workflow]() stuff, but mostly calls `lookup()`
Does a little workflow stuff, but mostly calls `lookup()`
* `/asyncquery` (`server.py`) - asynchronous TRAPI endpoint
1. Returns immediately
2. Calls `lookup()`
Expand All @@ -30,7 +30,7 @@
* `storage.py` defines interfaces for accessing and manipulating Redis storage
* `trapi_openapi.py` defines the TRAPI subclass of FastAPI to add the common TRAPI elements to the OpenAPI schema
* `trapi.py` defines utilities for TRAPI messages, including normalizing and merging
* `traversal.py` **probably obsolete**
* `traversal.py` contains code for verifying that a query graph can be solved with the KPs available (traversable)
* `util.py` :\ a whole bunch of random stuff, some of it important

## Important functions
Expand Down

0 comments on commit ff02506

Please sign in to comment.