Motivation
We are moving all the p0tion coordinator infrastructure to a single server application (API). We replicated some of the functions from @actions to be compatible with this new API. These functions have the same name plus a suffix `API. For example:
isCoordinator
isCoordinatorAPI
We need to write tests for all these new API functions. We can use the existing tests as a guide but make sure to change anything to make it fit.
Tutorial to setup the API Coordinator application