-
Notifications
You must be signed in to change notification settings - Fork 218
Update docs for root namespace #1101
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
Conversation
egilmorez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few thoughts Thomas, thanks!
| __endpoint: ManifestEndpoint; | ||
|
|
||
| /** | ||
| * The callback passed to the CloudFunction constructor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is CloudFunction a literal?
|
|
||
| /** A handler for CloudEvents. */ | ||
| /** | ||
| * A handler for CloudEvents. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is "CloudEvents" a literal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda? It's the name of a class, but it's also the name of a specification (which is what I intended here). The capitalization is what is at https://cloudevents.io
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough! :)
Modify docs for the root namespace. Some basic changes:
@betaindexbecause it is not ready for use (if you want, I can just mark everything as @alph instead, but IDK if we can avoid documenting the namespace at all.