redcap-api
redcap-api copied to clipboard
REDCap API Library for .NET The library provides the ability to interact with REDCap via API calls, e.g Import Records, Export Records etc. This library supports all supported API methods in REDCap.
I'm making a large Import request and sometimes I see the following error: >The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing. Is there anywhere in...
ExportRecordsAsync in csv uses the rawOrLabelHeaders instead of rawOrLabel lines 3250 and 3372 and 3487 in RedcapApi.cs // Pertains to CSV data only var _rawOrLabelValue = rawOrLabelHeaders.ToString(); if (!IsNullOrEmpty(_rawOrLabelValue)) {...
New to REDCap and, obviously, this package. I hope my request is simple but perhaps not? I have an XML file exported from one REDCap project and I would like...
@tranpl, I just added an entry for this library at http://redcap-tools.github.io/projects/. Modify it as you'd like. Particularly the 'description' field in this yaml file: https://github.com/redcap-tools/redcap-tools.github.io/blob/master/_data/libraries.yml https://github.com/redcap-tools/redcap-tools.github.io/blob/master/_data/libraries.yml#L51-L55 https://github.com/redcap-tools/redcap-tools.github.io/issues/30