FMA Connect#
FMA Connect allows users to directly interface with the FMA Service API without the need to write explicit API calls.
Clients#
Description#
This directory is reserved for webclients that are ready-made to connect to the FMA service with little to no modification
Install and Test#
To install the requirements to test the client:
make install
To run the tests:
make test
For testing and coverage reports:
make test-and-coverage