BloggerAPI class

BloggerAPI This package will help to get all the blogger data from google and it's need API

if you don't have API go to https://console.cloud.google.com/ and create your API

Constructors

BloggerAPI()

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

getAllBlogs({required List<String> blogId, required String apiKey}) Future<List<BlogsModel>>
getAllBlogs This function will return all Blog.
getAllPageFromBlog({required String blogId, required String apiKey}) Future<PageModel>
getAllPageFromBlog This function will return all Pages in the blog
getAllPostFromBlog({required String blogId, required String apiKey, bool includeComment = false}) Future<PostModel>
getAllPostFromBlog This function will return all Post in the blog
getBlogByID({required String blogId, required String apiKey}) Future<BlogsModel>
getBlogByID This function will return Blog, Post and Page details.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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