-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Eric Domke edited this page Aug 25, 2017
·
6 revisions
Innovator.Client is a library for connecting to Aras Innovator installations. It is a replacement for the IOM library provided by Aras. It is not a drop-in replacement, but rather aims to provide an API which is easier to use. You can get it via NuGet using the command
PM> Install-Package Innovator.Client
- .Net: Innovator.Client has builds for .Net 3.5+ and .Net Standard 1.1+. It is worth noting that the .Net Standard builds are largely untested while the full .Net builds are currently used in production deployments.
- Aras: The IOM is not backwards-compatible. For example, v11.0 of the IOM cannot be used with a v9.3 Aras Innovator vault. Innovator.Client strives to be compatible with all versions >= 9.3.
- API Documentation is hosted at https://erdomke.github.io/Innovator.Client/api/index.html
- For additional documentation, check out the various pages within the wiki