gridscale.ipfs

Members list

Concise view

Type members

Classlikes

object Add

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Add.type
object IPFS

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IPFS.type
case class IPFSAPI(url: String, version: String, timeout: Time)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object IPFSAPI

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IPFSAPI.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
object LS

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LS.type
case class SubMessage(data: String, seqno: Long, from: Array[Byte])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def add(ipfsAPI: IPFSAPI, f: File)(implicit effect: Effect[HTTP]): String
def add(ipfsAPI: IPFSAPI, is: InputStream)(implicit effect: Effect[HTTP]): String
def cat(ipfsAPI: IPFSAPI, hash: String)(implicit effect: Effect[HTTP]): String
def catStream[T](ipfsAPI: IPFSAPI, hash: String, f: InputStream => T)(implicit effect: Effect[HTTP]): T
def get(ipfsAPI: IPFSAPI, hash: String, f: File)(implicit effect: Effect[HTTP], fileSystem: Effect[FileSystem]): Unit
def getStream[T](ipfsAPI: IPFSAPI, hash: String, read: InputStream => T, archive: Boolean)(implicit effect: Effect[HTTP], fileSystem: Effect[FileSystem]): T
def ls(ipfsAPI: IPFSAPI, hash: String)(implicit effect: Effect[HTTP]): Vector[ListEntry]
def pin(ipfsAPI: IPFSAPI, hash: String)(implicit effect: Effect[HTTP]): String
def unpin(ipfsAPI: IPFSAPI, hash: String)(implicit effect: Effect[HTTP]): String