feat: begin writing tests for getAppsByIds method
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user