Set up the REDCap API
The REDCap API for RareLink is a RESTful web service that allows users to interact with REDCap programmatically. The API is designed to provide a simple and secure way to access REDCap data and metadata. The API is built on top of the REDCap API and provides a set of commands that allow users to perform various operations on REDCap data.
Note
The REDCap API for RareLink is designed for developers and researchers who are familiar with programming and web services. If you are not familiar with these topics, seek help from someone who is.
API Set Up
In your terminal, write:
rarelink setup keys
This command guides you through setting up the REDCap API for RareLink. You will be prompted to enter: - Your REDCap instance URL. - Your REDCap API token.
To view your current configuration:
rarelink setup view
To reset your REDCap API configuration:
rarelink setup reset
Tip
For help on any command, run:
rarelink --help