GhostContentAPI class

Constructors

GhostContentAPI({required String url, required String key, String version = 'v2'})

Properties

authors → _AuthorsApi
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
final
pages → _PagesApi
no setter
posts → _PostsApi
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings → _SettingsApi
no setter
tags → _TagsApi
no setter
url String
final
version String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String path, [Map<String, dynamic>? params]) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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