C# Class Ipfs.Commands.IpfsTour

Inheritance: Ipfs.Json.IpfsCommand
Mostrar archivo Open project: TrekDev/net-ipfs-api

Public Methods

Method Description
List ( ) : Task

Show a list of IPFS Tour topics

Next ( ) : Task

Show the next IPFS Tour topic

Restart ( ) : System.Threading.Tasks.Task

Restart the IPFS Tour

Private Methods

Method Description
IpfsTour ( Uri commandUri, HttpClient httpClient, IJsonSerializer jsonSerializer ) : System

Method Details

List() public method

Show a list of IPFS Tour topics
public List ( ) : Task
return Task

Next() public method

Show the next IPFS Tour topic
public Next ( ) : Task
return Task

Restart() public method

Restart the IPFS Tour
public Restart ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task