Commit Graph
11 Commits
Author SHA1 Message Date
Stevan Freeborn d00683ea3c feat: begin writing tests for getAppsByIds method 2023-02-02 16:14:05 -06:00
Stevan Freeborn 2238e34823 fix: added tests to cover unsuccessful responses to getAppById method 2023-02-02 15:43:09 -06:00
StevanFreeborn 9a7d2393e5 fix: modified name of main file. fix: moved client inside models folder 2023-02-02 14:03:59 -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 e6cde7fbe7 fix: test formatting 2023-02-01 23:45:14 -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 4952bf30ec fix: work through how i want to return the api response with the data property being of the right type. 2023-02-01 21:21:39 -06:00
StevanFreeborn fa1a952cb2 fix: in can connect test mock underlying axios instance's get method 2023-01-27 22:21:38 -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 9ab72bd37c fix: add missing tests 2023-01-26 22:40:13 -06:00
StevanFreeborn dc90ac9a9d fix: added dependencies for development. feat: added axios as dependency. feat: added some initial modeals. feat: setup unit testing 2023-01-25 22:28:45 -06:00