Commit Graph
16 Commits
Author SHA1 Message Date
StevanFreeborn 58de996f1e feat: finish implementing getReportsByAppId method 2023-02-08 23:33:27 -06:00
Stevan Freeborn f0aeb51f60 feat: begin implementing getReportsByAppId method 2023-02-08 16:38:36 +00:00
Stevan Freeborn 190c829dc3 feat: implement addOrUpdateListItem method 2023-02-07 11:52:46 -06:00
StevanFreeborn 04e1ebdf8d feat: implement getFileById method 2023-02-06 21:28:11 -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 ed68b5f9d9 fix: properly implement saveFile method and write test 2023-02-03 22:32:57 -06:00
StevanFreeborn d44782f310 feat: added tests for getFieldsByAppId implementation 2023-02-03 12:48:21 -06:00
StevanFreeborn 22ba4520ef feat: implement getFieldsByIds method 2023-02-03 11:17:53 -06:00
StevanFreeborn bd55381dc9 fix: add eslint and configure it 2023-02-03 00:16:38 -06:00
StevanFreeborn a1d3683603 feat: implement getFieldById method 2023-02-02 21:37:40 -06:00
StevanFreeborn a38a6240bd feat: implement getAppsByIds method 2023-02-02 20:24:20 -06:00
StevanFreeborn d453f19c97 fix: enabled strict null checks and made changes to deal with this compiler change. fix: modified endpoint factory methods to not need baseURL to be passed in. instead just return endpoint because the axios client with already have a default url set as part of constructing a new onspring client instance 2023-02-02 13:53:02 -06:00
StevanFreeborn 1a6d05a04a fix: added additional negative test cases for getApps method. feat: begin writing tests for getAppById method 2023-02-01 22:44:30 -06:00
StevanFreeborn 1d4d547c8a fix: added another test for new api response method 2023-02-01 21:39:57 -06:00
StevanFreeborn 0bb9b073d5 fix: added test for new api response method 2023-02-01 21:35:30 -06:00
StevanFreeborn 9ab72bd37c fix: add missing tests 2023-01-26 22:40:13 -06:00