Info
Version: | 1.0.0.4 |
Author(s): | RelativityDev |
Last Update: | Tuesday, December 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/relativitydev/relativity-dynamicapi |
NuGet Url: | https://www.nuget.org/packages/RelativityDev.DapiHelper |
Install
Install-Package RelativityDev.DapiHelper
dotnet add package RelativityDev.DapiHelper
paket add RelativityDev.DapiHelper
RelativityDev.DapiHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.2)
- Relativity.Api(>= 10.0.119.1)
- Relativity.Rsapi(>= 10.0.119.1)
- Relativity.ObjectManager(>= 10.0.119.1)
Tags
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.