You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[REDCap API Documentation](https://project-redcap.org/api/)
70
70
71
71
## 📝 Notes
72
72
-**Requires**: Local REDCap instance or access to a REDCap server
73
73
-**Supported Languages**: C#, F#, VB.NET
74
-
-**Maintainer**: Michael Tran (Virginia Commonwealth University)
74
+
-**Maintainer**: John Barrett (Curtin University)
75
75
76
76
---
77
77
78
-
**Thank you for using the REDCap API Library for .NET!** We welcome contributions and feedback. For issues or questions, please visit our [GitHub Issues page](https://github.com/cctrbic/redcap-api/issues).
78
+
**Thank you for using the REDCap API Library for .NET!** We welcome contributions and feedback. For issues or questions, please visit our [GitHub Issues page](https://github.com/274188A/redcap-api/issues).
The REDCap Api Library for .NET provides the ability to interact with REDCap programmatically using various .NET languages(C#,F#,VB.NET);
10
8
11
-
## What's New in 2.0.0
9
+
## What's New in 3.0.0
12
10
13
-
Version 2.0.0 is a cleanup and parity release focused on bringing the library in line with documented REDCap API behavior while modernizing the repository structure.
11
+
Version 3.0.0 is a breaking-change release focused on correctness, security, and maintainability.
14
12
15
-
- Full documented `help.php` endpoint parity audit against REDCap 17.0.2
16
-
- Added `ExportSurveyAccessCodeAsync`
17
-
- Added interface coverage for randomization and user role mapping endpoints
18
-
- Added `combineCheckboxOptions` support for record export methods
19
-
- Added `delete_logging` support for record deletion methods
20
-
- Added ODM format support where REDCap supports it
21
-
- Expanded `Content` coverage for newer REDCap content values
__Install directly in Package Manager Console or Command Line Interface__
88
-
```C#
89
-
PackageManager
90
-
91
-
Install-PackageRedcapAPI-Version2.0.0
92
-
59
+
__Install__
93
60
```
94
-
95
-
```C#
96
-
.NETCLI
97
-
98
-
dotnetaddpackageRedcapAPI--version2.0.0
99
-
100
-
```
101
-
102
-
```C#
103
-
PaketCLI
104
-
105
-
paketaddRedcapAPI--version2.0.0
106
-
61
+
dotnet add package RedcapAPI --version 3.0.0
107
62
```
108
-
109
-
__Example Project__
110
-
111
-
A console project has been included with the source code to get started. Some examples of method usage. You can use this to get started potentially.
112
-
113
-
__Test Project__
114
-
115
-
A project with associated test cases is included. Make sure to change the api token
116
-
117
-
# Please Cite Us
118
-
Publications resulting from the use of this software should cite the Wright Center's Clinical and Translational Science Award (CTSA) grant #UL1TR002649, National Center for Advancing Translational Sciences, NIH.
0 commit comments