Skip to content

Commit

Permalink
apply traditional paging interface instead of repeating arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Jul 26, 2019
1 parent 0295088 commit cc2ef48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/web-api/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,9 @@ export interface FilesRemoteInfoArguments extends WebAPICallOptions, TokenOverri
external_id: string;
}

export interface FilesRemoteListArguments extends WebAPICallOptions, TokenOverridable {
export interface FilesRemoteListArguments extends WebAPICallOptions, TokenOverridable, TraditionalPagingEnabled {
ts_from?: string;
ts_to?: string;
count?: number;
page?: number;
channel?: string;
types?: string;
}
Expand Down

0 comments on commit cc2ef48

Please sign in to comment.