Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskcc/medidata.rws.net
Medidata.RWS.NET is a comprehensive, fluent .NET API library for Medidata RAVE Web Services (RWS). It handles a large portion of the boilerplate C# code you'd normally have to write in order to communicate with RWS, allowing you to get up and running faster.
https://github.com/mskcc/medidata.rws.net
Last synced: about 1 month ago
JSON representation
Medidata.RWS.NET is a comprehensive, fluent .NET API library for Medidata RAVE Web Services (RWS). It handles a large portion of the boilerplate C# code you'd normally have to write in order to communicate with RWS, allowing you to get up and running faster.
- Host: GitHub
- URL: https://github.com/mskcc/medidata.rws.net
- Owner: mskcc
- License: mit
- Created: 2017-05-05T17:04:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T12:47:16.000Z (over 6 years ago)
- Last Synced: 2024-08-08T19:14:14.187Z (5 months ago)
- Language: C#
- Size: 169 KB
- Stars: 4
- Watchers: 10
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Overview
Medidata.RWS.NET is a comprehensive, fluent .NET API library for Medidata RAVE Web Services (RWS). It handles a large portion of the boilerplate C# code you'd normally have to write in order to communicate with RWS, allowing you to get up and running faster.***Looking for a .NET Core compatible version of this library? Check out [Medidata.RWS.NET.Standard](https://github.com/mskcc/Medidata.RWS.NET.Standard).***
## Documentation
Documentation can be found at [http://medidatarwsnet.readthedocs.io/en/latest/](http://medidatarwsnet.readthedocs.io/en/latest/).## Installation
Install the library via Nuget: (https://www.nuget.org/packages/Medidata.RWS.NET/) and then use in your own .NET project.## License
This project is open-sourced software licensed under the MIT license.## Acknowledgements
The [RestSharp library](http://restsharp.org/) ([license](https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt)) is used as an HTTP client.
[Moq](https://github.com/moq/moq4) ([license](https://github.com/moq/moq4/blob/master/License.txt)) is utilized for testing.