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

Added support for Log Streams #518

Merged
merged 2 commits into from
Aug 24, 2020
Merged

Conversation

cv711
Copy link
Contributor

@cv711 cv711 commented Jul 24, 2020

Changes

NOTE: this is a duplicate of #511

The new class that was added is called LogStreamsManager and it's adding the following endpoints:

GET /api/v2/log-streams
GET /api/v2/log-streams/{id}
POST /api/v2/log-streams
PATCH /api/v2/log-streams/{id}
DELETE /api/v2/log-streams/{id}

References

The relevant operations for Log Streams are described here

Also a correction: the relevant docs here for creating a stream have a typo, the httpAuthorizationHeader field should be httpAuthorization but I don't have access to the api2 repo to open a proper issue there.

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage

Checklist

@cv711 cv711 requested a review from a team July 24, 2020 11:29
@lbalmaceda lbalmaceda added this to the v2Next milestone Aug 4, 2020
@jimmyjames jimmyjames merged commit 84a4aa0 into auth0:master Aug 24, 2020
@jimmyjames jimmyjames modified the milestones: v2Next, 2.28.0 Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants