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

12
testdata/delete_records.json vendored Normal file
View File

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