feat: add and get records methods (initial commit)

This commit is contained in:
mehanizm
2020-04-12 13:05:28 +03:00
commit 2a2e70bfe7
21 changed files with 870 additions and 0 deletions

8
testdata/delete_record.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"records": [
{
"id": "recnTq6CsvFM6vX2m",
"deleted": true
}
]
}