o

ai.mantik.elements.registry.api

MantikRegistryApiCalls

object MantikRegistryApiCalls extends ApiBuilder

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

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 MantikIdMapping: PureMapping[String, MantikId]
  5. val TokenHeaderName: String
  6. def add[InReverse <: HList, In <: HList, OutReverse <: HList, Out <: HList](builder: ApiCallBuilder[InReverse, OutReverse])(implicit inReverse: Aux[InReverse, In], outReverse: Aux[OutReverse, Out]): ApiCall[In, Out]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  7. val artifact: ApiCall[::[AddHeader, ::[MappedInput[String, MantikId, AddQueryParameter], HNil]], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiGetArtifactResponse]], HNil]]

    Retrieve an artifact.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def delete(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val file: ApiCall[::[AddHeader, ::[AddQueryParameter, HNil]], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], Binary], HNil]]

    Retrieve an artifact file.

    Retrieve an artifact file.

    returns

    content type and byte source.

  14. def get(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def input: Input.type
    Attributes
    protected
    Definition Classes
    ApiBuilder
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val login: ApiCall[::[MappedPayload[ApiLoginRequest], HNil], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiLoginResponse]], HNil]]

    Execute a login call.

  20. val loginStatus: ApiCall[::[AddHeader, HNil], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiLoginStatusResponse]], HNil]]

    Execute a Login Status call.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def output: Output.type
    Attributes
    protected
    Definition Classes
    ApiBuilder
  25. def post(path: String*): ApiCallBuilder[HNil, HNil]
    Attributes
    protected
    Definition Classes
    ApiBuilder
  26. val prepareUpload: ApiCall[::[AddHeader, ::[MappedPayload[ApiPrepareUploadRequest], HNil]], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiPrepareUploadResponse]], HNil]]

    Prepares the upload of a file.

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val tag: ApiCall[::[AddHeader, ::[MappedPayload[ApiTagRequest], HNil]], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiTagResponse]], HNil]]

    Tag an Artifact.

  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val uploadFile: ApiCall[::[AddHeader, ::[Multipart[::[MultipartText, ::[MultipartFile, HNil]]], HNil]], ::[ErrorSuccess[MappedPayload[ApiErrorResponse], MappedPayload[ApiFileUploadResponse]], HNil]]

    Uploades the payload of an artifact.

  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. 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 ApiBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped