Interface BlogPosts<This>
- BlogPosts(
this: This,
blogIdentifier: string,
params?: BlogPostsParams,
deprecated?: undefined,
): Promise<any> Returns Promise<any>
- BlogPosts(
this: This,
blogIdentifier: string,
callback: TumblrClientCallback,
): undefined Returns undefined
- BlogPosts(
this: This,
blogIdentifier: string,
params: BlogPostsParams,
callback: TumblrClientCallback,
): undefined Returns undefined
Gets a list of posts for a blog