Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gdata / samples / blogger / app / welcome.html
Size: Mime:
<!DOCTYPE html>
<html>
  <head>
    <title>Simple Blogger API sample.</title>
  </head>
  <body>
    <p>This simple example illustrates how to build an App Engine app which uses
    the Blogger API to post on a user's blog.</p>

    <p>To begin, <a href="/blogs">view the list of your available blogs</a>.</p>
  </body>
</html>