Commit Graph
11 Commits
Author SHA1 Message Date
Stevan Freeborn 74d247047e fix: refactor to have child classes that inherit from RecordValue, but represent the distinct types of value objects that can be returned by the api. fix: added and updated tests to address this refactor 2023-02-13 17:05:50 -06:00
StevanFreeborn d2edce6290 feat: added model to represent and construct filters when querying for records 2023-02-12 15:52:47 -06:00
StevanFreeborn 827ad9c5a1 feat: add filter operator enum, add models for getting records by ids and querying records 2023-02-12 00:32:41 -06:00
StevanFreeborn 6ba77ce1d4 feat: continuing to work on implementing records methods 2023-02-10 00:49:50 -06:00
StevanFreeborn fde8b50717 feat: begin working on implementing record methods 2023-02-09 22:21:20 -06:00
StevanFreeborn e6eae35e03 fix: implement formula field, list field, and reference field as chilrden of the field class. fix: when converting api response data to appropriate field response make sure json field objects are converted to correct field class based upon type. 2023-02-04 22:00:19 -06:00
StevanFreeborn e6cde7fbe7 fix: test formatting 2023-02-01 23:45:14 -06:00
StevanFreeborn f66edb0e2a feat: added sinon for stubbing in tests. fix: added jsdoc comments to enums. feat: begin working on implementing OnspringClient methods 2023-01-27 15:00:34 -06:00
StevanFreeborn 49ab392964 feat: added http status code enum 2023-01-27 11:28:45 -06:00
StevanFreeborn c5de0131e0 fix: add tests for enums 2023-01-26 23:47:25 -06:00
StevanFreeborn fcc47993cd feat: added all enums needed 2023-01-26 23:26:01 -06:00