Releases: tranpl/redcap-api
1.0.7
100% API coverage, target up to Redcap Version 8.11.4
Additional tests for latest release.
Additional methods supported: ImportRepeatingInstrumentsAndEvents
Older APIs have been deprecated(you can still use them but they'll generate warnings) when building.
Bug fixes
1.0.6
1.0.5
1.0.4-beta
quality of life changes for methods
updated documents
bug fixes
.
1.0.3-beta
Breaking Changes
- Method parameters using enums as much as possible
- Fix few bugs
- Keeping method definitions more consistent
1.0.2-beta
Fix bug with DeleteRecordsAsync
Updated demo project
Added new tests
1.0.1-beta
Added new Api method: ExportRepeatingInstrumentsAndEvents
Updated docs and added additional tests for new api
1.0.0-Beta
- Overhaul interfaces and methods to be more aligned with official api documentations.
- 100% API Coverage. All methods are implemented, with some having overloads which could prove more useful at times.
- Better documentation. Add in official terms/language for each method+interface.
- A demo project is available , will try to complete it with all methods
- New tests incoming
- Additional classes for better typing
- Up to date with latest version of REDCap (8.x+)
- Supports .Net Standard 2.0
0.4.0-alpha
Add additional methods as well as clean up. Update and added overloard for SendRequestAsync
ImportFileAsync
ExportFileAsync
DeleteFileAsync
SendRequestAsync
0.3.0-alpha
Added a few more methods
update comments for all interfaces and methods, intellisense should work
add more test coverage