ksonbin / in.zeromod.ksonbin.api / Schema
Schema
class Schema
Constructors
<init> | Schema(ksonbin: Ksonbin ) |
Properties
ksonbin | val ksonbin: Ksonbin |
Functions
create | Using the CREATE API, you can Create Schema Docs.suspend fun <SCHEMA : Any > create(name: String , data: SCHEMA): SchemaCreate <SCHEMA> |
read | Using the READ API, you can Read the Schema Docs.suspend fun <SCHEMA : Any > read(schemaId: String ): SCHEMA |
update | Using the UPDATE API, you can Update Schema Docs.suspend fun <SCHEMA : Any > update(schemaId: String , data: SCHEMA): SchemaUpdate <SCHEMA> |