This library supports a small subset of the Blogger API.
procedure
( blogger #:oauth2oauth2)→(is-a?/c blogger<%> )
value
interface
method
(send a-blogger list-blogs )→(listof (is-a?/c blogger<%> ))
Returns a list of blogs owned by the user.Returns an object representing the blog named title owned by the user.
interface
method
(send a-blogger-blog list-posts )
Returns a list of all posts contained by the blog.Returns the post named title.method
html[ #:draft?draft?#:tagstags])title:string?Creates a new blog post with the title title. If html is an input port, the contents of the port is used as the body of the post. Otherwise, it is interpreted as HTML expressed as a list of SXML elements.
interface