File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ the event-streaming service of the Squonk2 AS platform and is deployed to the
1414Namespace of the AS to service internal requests from the API to create, delete
1515and connect to the internal messaging bus to stream events to a client.
1616
17- The implementation is based on Python and the FastAPI framework, offering an _ internal _
18- API for use by the AS and a _ public_ web-socket API for clients to connect to.
17+ The implementation is based on Python and the [ FastAPI] framework, offering an
18+ _ internal _ API for use by the AS and a _ public_ web-socket API for clients to connect to.
1919
2020## Contributing
2121The project uses: -
@@ -46,5 +46,6 @@ current health of your clone with: -
4646[ black ] : https://black.readthedocs.io/en/stable
4747[ commitizen ] : https://commitizen-tools.github.io/commitizen/
4848[ conventional commit ] : https://www.conventionalcommits.org/en/v1.0.0/
49+ [ fastapi ] : https://fastapi.tiangolo.com
4950[ pre-commit ] : https://pre-commit.com
5051[ poetry ] : https://python-poetry.org/
You can’t perform that action at this time.
0 commit comments