You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes/2013-09-25-releases-api/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ <h2 class="title">
56
56
<p>This summer we made it easier to <ahref="https://github.com/blog/1547-release-your-software">release your software</a>. Today, you can fully automate those releases via the
57
57
<ahref="http://developer.github.com/v3/repos/releases/">Releases API Preview</a>.</p>
58
58
59
-
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotation when requesting
59
+
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotiation when requesting
60
60
a release asset. Pass a standard API media type to get the API representation:</p>
Copy file name to clipboardExpand all lines: changes/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ <h2 class="title">
368
368
<p>This summer we made it easier to <ahref="https://github.com/blog/1547-release-your-software">release your software</a>. Today, you can fully automate those releases via the
369
369
<ahref="http://developer.github.com/v3/repos/releases/">Releases API Preview</a>.</p>
370
370
371
-
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotation when requesting
371
+
<p>This API is a little different due to the binary assets. We use the <code>Accept</code> header for content negotiation when requesting
372
372
a release asset. Pass a standard API media type to get the API representation:</p>
373
373
374
374
<preclass="terminal">
@@ -595,7 +595,7 @@ <h2 class="title">
595
595
We’ve got you covered.
596
596
Or perhaps you’re looking for <ahref="/v3/search/#code-search-example">new gems that are using Octokit.rb</a>.
0 commit comments