mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Everything we have, feature wise, is now documented in a first version at least. We shall keep this uptodate with what we are implementing, which also helps figuring out a good api.
<%
from util import (markdown_comment, new_context)
c = new_context(resources)
%>\
<%namespace name="lib" file="lib/lib.mako"/>\
<%namespace name="util" file="lib/util.mako"/>\
<%block filter="markdown_comment">\
<%util:gen_info source="${self.uri}" />\
</%block>
The `${util.library_name()}` library allows access to all features of *${canonicalName}*.
${lib.docs(c)}
<%lib:license />