Skip to content

Commit 960e3a3

Browse files
committed
boom
1 parent 6d86204 commit 960e3a3

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ <h4 id="expected-changes-a-namechangesa">Expected Changes <a name="changes"></a>
8484
returned.</li>
8585
<li>Use the <code>private</code> attribute when creating a private repository,
8686
instead of setting <code>public</code> to false.</li>
87+
<li>
88+
<p>User Emails come back as a hash instead of a string.</p>
89+
90+
<pre><code> {"email": "email@whatev.com", "state": "verified"}
91+
</code></pre>
92+
</li>
8793
</ul><h3 id="breaking-beta-changes">Breaking Beta Changes</h3>
8894

8995
<h5 id="august-30-2012">August 30, 2012</h5>

v3/repos/commits/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ <h3 id="parameters">Parameters</h3>
6767
<dd>
6868
<em>Optional</em> <strong>string</strong> - GitHub login, name, or email by which to filter by
6969
commit author</dd>
70+
<dt>since</dt>
71+
<dd>
72+
<em>Optional</em> <strong>ISO 8601 Date</strong> - Only commits after this date will be returned</dd>
73+
<dt>until</dt>
74+
<dd>
75+
<em>Optional</em> <strong>ISO 8601 Date</strong> - Only commits before this date will be returned</dd>
7076
</dl><h3 id="response">Response</h3>
7177

7278
<pre class="headers"><code>Status: 200 OK

0 commit comments

Comments
 (0)