TemplateSection class

Constructors

TemplateSection(DioService _dioService)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required Template requestBody}) Future<Template>
POST /api/templates/
delete({required String namespace, required String name}) Future<void>
DELETE /api/templates/{namespace}/{name}
info({required String namespace, required String name}) Future<Template>
GET api/templates/{namespace}/{name}
list({required String namespace}) Future<List<Template>>
GET /api/templates/{namespace}
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({required String namespace, required String name, required Template requestBody}) Future<Template>
PATCH /api/templates/{namespace}/{name}

Operators

operator ==(Object other) bool
The equality operator.
inherited