Stevan Freeborn
|
f7050506d2
|
feat: add records endpoint with all CRUD and query methods
Implement Record, RecordFieldValue, SaveRecordRequest,
QueryRecordsRequest, BatchGetRecordsRequest, and BatchDeleteRecordsRequest
models. Add 7 endpoint methods: list_records, get_record, save_record,
delete_record, batch_get_records, query_records, batch_delete_records.
Add 9 tests covering all methods including parameterized queries.
|
2026-03-25 13:42:24 -05:00 |
|