Skip to content

Commit

Permalink
feat!: support logs cursor pagination (#75)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: logs api changed from using offset pagination to cursor pagination
  • Loading branch information
jleon15 authored Jan 16, 2024
1 parent b9513dc commit 5556740
Show file tree
Hide file tree
Showing 40 changed files with 1,431 additions and 388 deletions.
2 changes: 0 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ docs/CreateReactorRequest.md
docs/CreateSessionResponse.md
docs/CreateTenantInvitationRequest.md
docs/CreateTokenRequest.md
docs/CreateTokenResponse.md
docs/CreateTransactionResponse.md
docs/EncryptionKey.md
docs/EncryptionMetadata.md
Expand Down Expand Up @@ -116,7 +115,6 @@ model_create_reactor_request.go
model_create_session_response.go
model_create_tenant_invitation_request.go
model_create_token_request.go
model_create_token_response.go
model_create_transaction_response.go
model_encryption_key.go
model_encryption_metadata.go
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ Class | Method | HTTP request | Description
- [CreateSessionResponse](docs/CreateSessionResponse.md)
- [CreateTenantInvitationRequest](docs/CreateTenantInvitationRequest.md)
- [CreateTokenRequest](docs/CreateTokenRequest.md)
- [CreateTokenResponse](docs/CreateTokenResponse.md)
- [CreateTransactionResponse](docs/CreateTransactionResponse.md)
- [EncryptionKey](docs/EncryptionKey.md)
- [EncryptionMetadata](docs/EncryptionMetadata.md)
Expand Down
Loading

0 comments on commit 5556740

Please sign in to comment.