Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

feat: log storage paging #517

Merged
merged 18 commits into from
Nov 18, 2019
Merged

feat: log storage paging #517

merged 18 commits into from
Nov 18, 2019

Conversation

LarsLiden
Copy link
Member

update tslint to fix bug in tsutil

@LarsLiden LarsLiden added the FYI Low Priority PR - Can be merged without review. label Nov 18, 2019
@LarsLiden LarsLiden requested a review from tpmsr November 18, 2019 17:24
@LarsLiden LarsLiden merged commit ee4ab7b into master Nov 18, 2019
@mattmazzola
Copy link
Member

🎉 This PR is included in version 0.342.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -253,9 +256,15 @@ export class CLClient {
return this.send('GET', this.MakeURL(apiPath))
}

public GetLogDialogs(appId: string, packageIds: string[]): Promise<CLM.LogDialogList> {
public GetLogDialogs(appId: string, packageIds: string[], continuationToken?: string, maxPageSize?: string): Promise<CLM.LogQueryResult> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is maxPageSize a string instead of a number ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

@LarsLiden LarsLiden deleted the logstorage branch December 9, 2019 19:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FYI Low Priority PR - Can be merged without review. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants