The DynamicAPI is a tool for developers to be able to create API's from a SQL query defined in a YAML file with minimal setup. This tool dynamically creates API's needed to run Nunit Integration tests against an instance of Relativity. This tool also allows for a uniform way for developers to call the SQL required for their applications without having to redeploy a Rap file containing a Relativity Script for every SQL statement required. The DapiHelper will help in consuming the DynamicAPI by reducing the number of manual steps taken for each integration test.
$ dotnet add package RelativityDev.DapiHelperNo README available.