Description
Hi Guys,
First of all congrats on releasing the final version, I appreciate the work everyone has put into this project as I've been closely following. Now that the final version is released I was hoping to find some more complete API documentation. In this case I was looking to create an observable from web sockets.
I went to the API docs which tell me I need to pass urlConfigOrSource
but I could not figure out how to set it up, am I missing something?
Moving on Observable.webSocket
returns a WebSocketSubject
so I tried to find out how to use it. All the API docs tell me is We need this JSDoc comment for affecting ESDoc.
Just to compare Observable.fromPromise
has a neat little example that tells me how to use it.
I would really like to fully start using RxJS 5 when we build our next product but the lack of documentation prevents us from doing so. If we were to use it then I'm sure we would also contribute if we find bugs as we go along.
Am I missing an important piece here?
Are there any examples elsewhere?
How can I get involved to help improving the docs?
Again thanks for this great library.