Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Sessions using pagination #49

Open
viniciusalbuquerque opened this issue Jan 5, 2019 · 0 comments
Open

Return Sessions using pagination #49

viniciusalbuquerque opened this issue Jan 5, 2019 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@viniciusalbuquerque
Copy link
Contributor

No description provided.

@viniciusalbuquerque viniciusalbuquerque added the feature New feature or request label Jan 5, 2019
@viniciusalbuquerque viniciusalbuquerque self-assigned this Jan 5, 2019
viniciusalbuquerque pushed a commit that referenced this issue Jan 5, 2019
Implementing feature that enables pagination for the request that
returns the Sessions. For now this feature has the limitation of
only be working with the Firestore integration and it's already
defining the column which the order is being done.

To use this feature, you should make a GET request to:
    - '/sessions/:limit/:seconds?/:nanoseconds?'
viniciusalbuquerque pushed a commit that referenced this issue Jan 6, 2019
Implementing feature that enables pagination for the request that
returns the Sessions. The pagination is being done by timestamp.

To use this feature, you should make a GET request to:
    - '/sessions/:limit/:milliseconds?'
viniciusalbuquerque pushed a commit that referenced this issue Jan 6, 2019
Implementing feature that enables pagination for the request that
returns the Sessions. The pagination is being done by timestamp.

To use this feature, you should make a GET request to:
    - '/sessions/:limit/:milliseconds?'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant