Function CreatePost

  • Creates a new post on a blog.

    Returns

    ID of the post created

    Parameters

    • token: string

      OAuth2 token from Tumblr

    • blogIdentifier: string

      Identifier of the blog to create the post on

    • postDetails: NewPostDetails

      Details of the post to create

    Returns Promise<string | undefined>

Generated using TypeDoc