Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 348 Bytes

File metadata and controls

20 lines (13 loc) · 348 Bytes

RedcapAPI

A .NET library for interacting with the REDCap API.

Installation

dotnet add package RedcapAPI

Usage

var api = new Redcap.RedcapApi("https://your-redcap-instance/api/", token);
var records = await api.ExportRecordsAsync(...);

License

See LICENSE.md.