open class ScuttlebuttClient
(source)
A client for making requests to a scuttlebutt instance with. This is the entry point for accessing service classes which perform operations related to different logical areas. Should be constructed using the ScuttlebuttClientFactory factory class.
open fun getFeedService(): FeedService
A service for operations that concern scuttlebutt feeds. |
|
open fun getNetworkService(): NetworkService
A service for operations that connect nodes together. |
|
open fun getSocialService(): SocialService
A service for operations concerning social connections and updating the instance's profile |
|
open fun rawRequestService(): RawRequestService
A service for making lower level requests that are not supported by higher level services. |