admin-data-explorer-api
admin-data-explorer-api
net.wiringbits.webapp.utils.api
AdminDataExplorerApiClient
AdminDataExplorerApiClient
Config
DefaultImpl
net.wiringbits.webapp.utils.api.models
AdminCreateTable
Request
Response
AdminDeleteTable
Response
AdminGetTables
Response
Response
DatabaseTable
TableColumn
TableReference
AdminUpdateTable
Request
Response
ErrorResponse
PlayErrorResponse
PlayErrorResponse
PlayError
admin-data-explorer-api
/
net.wiringbits.webapp.utils.api.models
/
AdminGetTables
/
Response
Response
object
Response
Companion:
class
Graph
Supertypes
Self type
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
Response
.type
Type members
Implicits
Type members
Classlikes
case
class
DatabaseTable
(
name:
String
,
columns:
List
[
TableColumn
],
primaryKeyName:
String
)
case
class
TableColumn
(
name:
String
,
`type`:
String
,
editable:
Boolean
,
reference:
Option
[
TableReference
])
case
class
TableReference
(
referencedTable:
String
,
referenceField:
String
)
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Implicits
Implicits
implicit
val
adminDatabaseTableResponseFormat
:
Format
[
DatabaseTable
]
implicit
val
adminTableColumnResponseFormat
:
Format
[
TableColumn
]
implicit
val
adminTableReferenceResponseFormat
:
Format
[
TableReference
]