forked from github/developer.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv3.html
More file actions
24 lines (19 loc) · 634 Bytes
/
v3.html
File metadata and controls
24 lines (19 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: GitHub API v3
new_version: v3
old_version: beta
---
# API `<%= @item[:old_version] %>` to `<%= @item[:new_version] %>`
<dl>
<dt>Old Mime Type</dt>
<dd><%= api_mimetype_listing @item[:old_version] %></dd>
<dt>New Mime Type</dt>
<dd><%= api_mimetype_listing @item[:new_version] %></dd>
<% if no_current_api_versions?(@item[:old_version], @item[:new_version]) %>
<dt>Current Mime Type</dt>
<dd><%= api_mimetype_listing current_api %></dd>
<% end %>
</dl>
This is the first major revision from API v3 since its initial launch. **It is
currently not available yet**.
<%= render '_changes', :changes => api_changes(:v3) %>