Medidata.RWS.NET.Standard is a comprehensive, fluent .NET API library for Medidata RAVE Web Services (RWS). Modernized for .NET 8.0 and .NET 9.0, it handles boilerplate HTTP communication code, enabling faster integration with RWS APIs through a clean, async-first design.
Documentation can be found at https://medidatarwsnetstandard.readthedocs.io/en/latest/
Install the library via NuGet: https://www.nuget.org/packages/Medidata.RWS.NET.Standard/ and then use in your own .NET project.
Supported Frameworks:
- .NET 8.0 (LTS)
- .NET 9.0 (Latest)
This project is open-sourced software licensed under the MIT license.
The Flurl.Http library (license) is used for HTTP communication. Moq (license) is utilized for testing.