Releases: tranpl/redcap-api
Releases · tranpl/redcap-api
1.3.7
Add support for new API Method:
RandomizeRecord - This method allows the current API user to randomize a record. This follows the Randomization 2.0 Update in REDCap v14.7.0
Full Changelog: 20240716.3...1.3.7
1.3.6
Add the ability to import via background process; this aligns with the latest api capabilities for importing record(s)
add MIT License file, required for nuget packages
1.3.5
Enhancements:
- Provide the ability to pass a timeout argument when using the httpclient POST method.
Multiple Bug fixes
- #122
- #126
- #123
- #127
- #128
1.3.3
.NET 7 Support
Bug fixes
Remove unsupported packages
What's Changed
Full Changelog: 20230925.5...1.3.3
1.3.2
Add ability to create multiple instances API (remove static members)
Update deprecated packages
1.3.1
Documentation update
multiple breaking changes
Fix methods which had parameter updates
Cleanup
1.3.0
This version adds support to the latest version of REDCap(v13.x) which includes new API methods for the File Repository.
ExportRecordsAsync has been updated to support the latest parameter modifiers as of version 13.1
CreateFolderFileRepositoryAsync
ExportFilesFoldersFileRepositoryAsync
ExportFileFileRepositoryAsync
ImportFileRepositoryAsync
DeleteFileRepositoryAsync
1.1.0
New APIs have been added!
-ExportLoggingAsync
-ExportDagsAsync
-ImportDagsAsync
-DeleteDagsAsync
-ExportUserDagAssignmentAsync
-ImportUserDagAssignmentAsync
-Added models to support new APIs
Minor bugs fixes to existing APIs regarding optional parameters.
1.0.9
- add improvements to 'ImportRecordsAsync'
Add ability to declare csv delimiter to match REDCap's API paramters
- minor update documentation
- Minor version bump
1.0.8
Fix issue with url encoded content.
Fix copy/paste strings
Thanks to @dr01d3r for the contribution.