fix(readme): add links to documentation
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
import * as plugins from './letterxpress.plugins';
|
||||
|
||||
export interface ILetterXpressConstructorOptions {
|
||||
email: string;
|
||||
apiKey: string;
|
||||
}
|
||||
|
||||
export class LetterXpressAccount {
|
||||
|
||||
}
|
||||
public options: ILetterXpressConstructorOptions;
|
||||
|
||||
constructor(optionsArg: ILetterXpressConstructorOptions) {
|
||||
this.options = optionsArg;
|
||||
}
|
||||
|
||||
public request() {}
|
||||
}
|
||||
|
@@ -1,5 +1,3 @@
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
|
||||
export {
|
||||
smartrequest
|
||||
};
|
||||
export { smartrequest };
|
||||
|
Reference in New Issue
Block a user