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

Add log streaming endpoints #233

Merged
merged 1 commit into from
Sep 3, 2020
Merged

Add log streaming endpoints #233

merged 1 commit into from
Sep 3, 2020

Conversation

davidpatrick
Copy link
Contributor

Changes

Adding support for the log-streams 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

Testing

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of Ruby

Checklist

lib/auth0/api/v2/log_streams.rb Outdated Show resolved Hide resolved
* Adds log streaming endpoint methods
* Add specs for log streaming endpoint methods
@davidpatrick davidpatrick merged commit b92778b into master Sep 3, 2020
@lbalmaceda lbalmaceda deleted the log-streaming branch September 3, 2020 20:40
@davidpatrick davidpatrick added this to the v4.15.0 milestone Sep 3, 2020
@davidpatrick davidpatrick mentioned this pull request Sep 3, 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.

2 participants