Skip to content

Top level http #82

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

Closed
wants to merge 3 commits into from
Closed

Conversation

cumason123
Copy link
Contributor

Fixes #81

Changes

Changed

from cloudevents.sdk.http import *

to

from cloudevents.http import *

Also modularized cloudevents.http directory

One line description for the changelog

Top level modularized http module

  • [*] Tests pass
  • [*] Appropriate changes to README are included in PR

Curtis Mason added 3 commits July 30, 2020 14:29
Modularized the http directory by separating related functions into
different scripts. Also removed EventClass and kept a singular
CloudEvent. Finally, CloudEvent.__repr__ was refactored such that it
doesn't depend on external methods.

Signed-off-by: Curtis Mason <cumason@google.com>
Signed-off-by: Curtis Mason <cumason@google.com>
Signed-off-by: Curtis Mason <cumason@google.com>
@cumason123 cumason123 requested review from grayside and grant July 30, 2020 21:38
@cumason123 cumason123 changed the base branch from master to v1.0.0-dev July 30, 2020 21:38
@cumason123 cumason123 closed this Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simpler API references
1 participant