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

Documentation #21

Open
craftery opened this issue Aug 23, 2012 · 4 comments
Open

Documentation #21

craftery opened this issue Aug 23, 2012 · 4 comments

Comments

@craftery
Copy link

Is the api fully documented anywhere?

@pofallon
Copy link
Owner

It's all documented on the wiki associated with the Github project. If you
don't find what you're looking for there, let me know. Thanks!

Sent from my iPad

On Aug 23, 2012, at 12:30 PM, craftery [email protected] wrote:

Is the api fully documented anywhere?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/21.

@craftery
Copy link
Author

Thanks for getting back Paul. I was trying to locate a full list of 'magic'
event strings - like the 'data' event in container.list().on('data'...
and the 'end' event in storage.listTables().on('end'...
These two are mentioned in the api wiki on their respective containers but
is there a full list of events that the bluesky api supports?
Thanks

On 23 August 2012 17:33, Paul O'Fallon [email protected] wrote:

It's all documented on the wiki associated with the Github project. If you
don't find what you're looking for there, let me know. Thanks!

Sent from my iPad

On Aug 23, 2012, at 12:30 PM, craftery [email protected] wrote:

Is the api fully documented anywhere?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/21.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-7975523.

@pofallon
Copy link
Owner

You're welcome! The methods which return an event emitter in the absence
of a callback will emit "data" and "end" events. The only other magic
event string is the "message" event emitted by a queue when polling for new
messages.

I'll make that more clear / consistent in the wiki.

On Aug 23, 2012, at 12:51 PM, craftery [email protected] wrote:

Thanks for getting back Paul. I was trying to locate a full list of 'magic'
event strings - like the 'data' event in container.list().on('data'...
and the 'end' event in storage.listTables().on('end'...
These two are mentioned in the api wiki on their respective containers but
is there a full list of events that the bluesky api supports?
Thanks

On 23 August 2012 17:33, Paul O'Fallon [email protected] wrote:

It's all documented on the wiki associated with the Github project. If
you
don't find what you're looking for there, let me know. Thanks!

Sent from my iPad

On Aug 23, 2012, at 12:30 PM, craftery [email protected] wrote:

Is the api fully documented anywhere?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/21.


Reply to this email directly or view it on GitHub<
https://github.com/pofallon/node-bluesky/issues/21#issuecomment-7975523>.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/21#issuecomment-7976129.

@pofallon
Copy link
Owner

One more thing -- 'error' events can also be emitted in addition to 'data' and 'end events.

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

No branches or pull requests

2 participants