gridscale.ipfs

package gridscale.ipfs

Members list

Type members

Classlikes

object Add

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object IPFSAPI

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
object LS

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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