initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class OnspringClient {
|
||||
private readonly _baseUrl: string;
|
||||
private readonly _apiKey: string;
|
||||
|
||||
constructor(baseUrl: string, apiKey: string) {
|
||||
this._baseUrl = baseUrl;
|
||||
this._apiKey = apiKey;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user