Refresh docs
diff --git a/docs/dyn/freebase.v1-dev.text.html b/docs/dyn/freebase.v1-dev.text.html
new file mode 100644
index 0000000..7e9cac3
--- /dev/null
+++ b/docs/dyn/freebase.v1-dev.text.html
@@ -0,0 +1,50 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><title>Python: class Resource</title>
+</head><body bgcolor="#f0f0f8">
+<p>
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
+<tr bgcolor="#ffc8d8">
+<td colspan=3 valign=bottom> <br>
+<font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
+
+<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
+<td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr>
+<tr><td> </td>
+<td width="100%">Methods defined here:<br>
+<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
+
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns blob attached to node at specified id as HTML<br>
+ <br>
+Args:<br>
+ format: string, Sanitizing transformation.<br>
+ Allowed values<br>
+ html - Return valid, sanitized html.<br>
+ plain - Return plain text - strip html tags.<br>
+ raw - Return the entire content as-is.<br>
+ maxlength: integer, The max number of characters to return. Valid only for 'plain' format.<br>
+ id: string, The id of the item that you want data about (required) (repeated)</tt></dd></dl>
+
+<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a blob in the Freebase blobstore.<br>
+ <br>
+Args:<br>
+ lang: string, The key of a /type/lang object that will be used as the language - e.g. 'fr'<br>
+ body: object, The request body. (required)<br>
+ text: string, The text data you want to upload. (required)<br>
+ text_encoding: string, The encoding of the content - e.g. 'utf-8'<br>
+ use_permission_of: string, An id of an object that has the permissions that you want to use in the document node.<br>
+ entity: string, The entity you want to upload a description about.<br>
+ content: string, An id of a /type/content object that should be the last content attached to the document node specified. This is a consistency check and will make sure that the content has not changed since the request was created. The document parameter must also be passed if this is present.<br>
+ media_type: string, The mime content type of the text you are uploading - e.g. text/plain (required)<br>
+ document: string, An id of a /common/document object that you'd like to attach this content.</tt></dd></dl>
+
+<hr>
+Data descriptors defined here:<br>
+<dl><dt><strong>__dict__</strong></dt>
+<dd><tt>dictionary for instance variables (if defined)</tt></dd>
+</dl>
+<dl><dt><strong>__weakref__</strong></dt>
+<dd><tt>list of weak references to the object (if defined)</tt></dd>
+</dl>
+</td></tr></table>
+</body></html>
\ No newline at end of file