Initial update to v2 data structures

This commit is contained in:
CptSpaceToaster
2021-02-21 01:09:46 -05:00
parent 25e1972242
commit 239b18bcd3
11 changed files with 88 additions and 40 deletions

View File

@ -8,7 +8,7 @@ export class QueryBuilder {
const t = new type();
const params: IQuery[] = [{
name: 'pageSize',
value: 1000
value: 250,
}];
return Client.get(t.resource(), params);