Class methods
create(table : String, data : String)
Sourcedelete(table : String, id : String)
Sourcelist(table : String, source : DataSource = :cache, **api_params)
Sourceshow(table : String, id : String, source : DataSource = :cache)
Sourceupdate(table : String, id : String, data : String)
Sourceupdate(table : String, data : String)
Source