This GitHub repository provides a template with example code to implement an Airdrop snap-in, which imports todo lists, todos and users from a fake example external system into DevRev.
- Press on the green "Use this template" button, then "Create a new repository"
- Name the repository in the form
airdrop-<external-system-name>-snap-in
, e.gairdrop-github-snap-in
(otherwise you will have to edit the snap-in manifest and a few other files). - Create the repository
A new repository will be created, with some data already populated by the template, assuming you set the name according to Step 2 above.
While developing the Airdrop snap-in, make sure to refer to the Airdrop snap-in documentation.