Skip to content

Commit 170394b

Browse files
committed
feat: implemented all endpoints described in docs as of v1.27.8
see http://xivapi.com/docs/Welcome
1 parent 4642d19 commit 170394b

17 files changed

+2431
-917
lines changed

index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export * from './public_api';
1+
// Public classes.
2+
export { XivapiClientModule, XIVAPI_KEY } from './src/xivapi-client.module';
3+
export { XivapiService } from './src/xivapi.service';

0 commit comments

Comments
 (0)