A .NET library for interacting with the REDCap API.
dotnet add package RedcapAPI
var api = new Redcap.RedcapApi("https://your-redcap-instance/api/", token);
var records = await api.ExportRecordsAsync(...);See LICENSE.md.
A .NET library for interacting with the REDCap API.
dotnet add package RedcapAPI
var api = new Redcap.RedcapApi("https://your-redcap-instance/api/", token);
var records = await api.ExportRecordsAsync(...);See LICENSE.md.