You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, a boilerplate sentence could be added to all the uninteresting stuff to point people to a concrete implementation.
Question for @matthme : how does this impinge on things like Launcher? Does Launcher make a different implementation available? Will that be confusing for devs?
The woe with the api documenter package that's used is that as soon as you're exporting a type or interface, it needs to be @public or you make it @internal and need to put an underscore at the beginning.
I agree it would be best to not generate docs for every little thing.
There's a lot of stuff in the JS client documentation that's just TypeScript interfaces; e.g., https://github.com/holochain/holochain-client-js/blob/main/docs/client.adminapi.md . It's more meaningful to devs to interact with a concrete implementation like
AdminWebsocket
.Alternatively, a boilerplate sentence could be added to all the uninteresting stuff to point people to a concrete implementation.
Question for @matthme : how does this impinge on things like Launcher? Does Launcher make a different implementation available? Will that be confusing for devs?
Addresses an issue found in #287 .
The text was updated successfully, but these errors were encountered: