feat: begin writing tests for getAppsByIds method

This commit is contained in:
Stevan Freeborn
2023-02-02 16:14:05 -06:00
parent 3e78a35967
commit d00683ea3c
2 changed files with 30 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ import { App } from './App';
* @class OnspringClient - A client that can communicate with the Onspring API.
*/
export class OnspringClient {
getAppsByIds(getAppsByIds: any) {
throw new Error('Method not implemented.');
}
/**
* @readonly {AxiosInstance} client - The axios instance that will be used to make requests to the Onspring API.
*/