Integration Tools and Resources
This topic lists useful tools and resources when you are integrating with Relativity.
Relativity Tools and Resources
- Integration APIs and Services: Lists the available integration APIs, along with NuGet package links to download SDKs that you may need when writing your own applications that integrate with Relativity.
- Relativity Server SDK Package Gallery: the collection of Relativity Server SDK/.NET API packages provided by Relativity.
External Tools and Resources
- Auto-Regenerating API Client for Open API: If you are writing your own client that consumes a REST API, you may want to consider using the available OpenAPI json/yaml files for Relativity REST services to generate your client code. This can be helpful when you need to update your client code in response to changes in the REST APIs. See this Microsoft Community Article for more on this approach.