├── LICENSE ├── LockingAPI.php ├── README.md ├── config.json ├── lock.php ├── status.php └── unlock.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/LICENSE -------------------------------------------------------------------------------- /LockingAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/LockingAPI.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/config.json -------------------------------------------------------------------------------- /lock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/lock.php -------------------------------------------------------------------------------- /status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/status.php -------------------------------------------------------------------------------- /unlock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsgs/redcap-locking-api/HEAD/unlock.php --------------------------------------------------------------------------------