-
Notifications
You must be signed in to change notification settings - Fork 0
2. Getting started
Sofia Lobenko edited this page Jun 30, 2022
·
1 revision
Steps to implement Act:
-
Create a custom gRPC API (in
th2-act-template
it is th2-grpc-act-template id used). -
Make fork of
th2-act-template
repository. -
Change gRPC API name and version in requirements.txt. Install all required packages:
pip install -r requirements.txt
- Implement gRPC API. You can found detailed information about how to do it here.