Skip to content

Releases: tranpl/redcap-api

1.0.7

24 Feb 03:02
50be847
Compare
Choose a tag to compare

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

13 Feb 20:55
2cfd17f
Compare
Choose a tag to compare

add overload for ExportRecordAsync for a single record
deprecated older methods
updated demo project
updated tests

1.0.5

12 Feb 15:54
27dc36a
Compare
Choose a tag to compare

1.0.5

1.0.4-beta

28 Sep 02:51
6d2ff1b
Compare
Choose a tag to compare
1.0.4-beta Pre-release
Pre-release

quality of life changes for methods
updated documents
bug fixes
.

1.0.3-beta

14 Aug 00:09
6d2ff1b
Compare
Choose a tag to compare
1.0.3-beta Pre-release
Pre-release

Breaking Changes

  1. Method parameters using enums as much as possible
  2. Fix few bugs
  3. Keeping method definitions more consistent

1.0.2-beta

24 Jul 15:38
14863f7
Compare
Choose a tag to compare
1.0.2-beta Pre-release
Pre-release

Fix bug with DeleteRecordsAsync
Updated demo project
Added new tests

1.0.1-beta

03 Jul 14:46
e66236e
Compare
Choose a tag to compare
1.0.1-beta Pre-release
Pre-release

Added new Api method: ExportRepeatingInstrumentsAndEvents
Updated docs and added additional tests for new api

1.0.0-Beta

21 Mar 19:58
6faeb9f
Compare
Choose a tag to compare
1.0.0-Beta Pre-release
Pre-release
  1. Overhaul interfaces and methods to be more aligned with official api documentations.
  2. 100% API Coverage. All methods are implemented, with some having overloads which could prove more useful at times.
  3. Better documentation. Add in official terms/language for each method+interface.
  4. A demo project is available , will try to complete it with all methods
  5. New tests incoming
  6. Additional classes for better typing
  7. Up to date with latest version of REDCap (8.x+)
  8. Supports .Net Standard 2.0

0.4.0-alpha

22 Sep 20:10
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release

Add additional methods as well as clean up. Update and added overloard for SendRequestAsync
ImportFileAsync
ExportFileAsync
DeleteFileAsync
SendRequestAsync

0.3.0-alpha

15 Sep 02:42
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release

Added a few more methods
update comments for all interfaces and methods, intellisense should work
add more test coverage