c

ai.mantik.elements.registry.api

MantikRegistryApi

class MantikRegistryApi extends AnyRef

Implements raw API Calls to Mantik Registry.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MantikRegistryApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MantikRegistryApi(rootUri: Uri, executor: RequestExecutor)(implicit ec: ExecutionContext, mat: Materializer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val apiClient: ApiClient
  5. val apiPath: Uri
  6. val artifact: ((String, MantikId)) ⇒ Future[ApiGetArtifactResponse]

    Retrieve an artifact.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. val file: ((String, String)) ⇒ Future[(String, Source[ByteString, _])]

    Retrieve an artifact file.

    Retrieve an artifact file. (With token and fileId)

    returns

    content type and byte source.

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val login: (ApiLoginRequest) ⇒ Future[ApiLoginResponse]

    Execute a login call.

  16. val loginStatus: (String) ⇒ Future[ApiLoginStatusResponse]

    Execute a Login Status call.

  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val prepareUpload: ((String, ApiPrepareUploadRequest)) ⇒ Future[ApiPrepareUploadResponse]

    Prepares the upload of a file.

  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. val tag: ((String, ApiTagRequest)) ⇒ Future[ApiTagResponse]

    Tag an Artifact.

  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. val uploadFile: ((String, String, String, Source[ByteString, _])) ⇒ Future[ApiFileUploadResponse]

    Uploads the payload of an artifact.

  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped