Skip to content

Instantly share code, notes, and snippets.

@tmcw
Last active April 1, 2016 17:08
Show Gist options
  • Save tmcw/089aa7d63cea8466f26fef73f69df5ec to your computer and use it in GitHub Desktop.
Save tmcw/089aa7d63cea8466f26fef73f69df5ec to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=11' />
<title>Mapbox</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />
<link href='css/style.css' rel='stylesheet' />
<link href='css/railscasts.css' rel='stylesheet' />
</head>
<body>
<div id='app'><div class="container limiter prose" data-reactid=".l6dsxcsj5s" data-react-checksum="-1570046162"><div class="col10 margin1 pad2y" data-reactid=".l6dsxcsj5s.0"><div class="pad2y" data-reactid=".l6dsxcsj5s.0.0"><a href="/developers" data-reactid=".l6dsxcsj5s.0.0.0"><span class="mb-logo" data-reactid=".l6dsxcsj5s.0.0.0.0">Mapbox</span></a></div><div data-reactid=".l6dsxcsj5s.0.1"><div data-reactid=".l6dsxcsj5s.0.1.0"><h2 id="mapbox-api-documentation-changelog">Mapbox API Documentation Changelog</h2>
<p><a href="https://mapbox.com/api-documentation/">&#x21A9;&#xFE0E; Back to API Documentation</a></p>
<h3 id="march-30-2016">March 30, 2016</h3>
<ul>
<li>Fixes documentation for the Datasets API batch endpoint: the URL
ends with <code>/features</code> and is a <code>POST</code> endpoint, not a <code>PUT</code> endpoint
as previously written.</li>
</ul>
<h3 id="march-15-2016">March 15, 2016</h3>
<ul>
<li><strong>Fixes</strong> the <code>{country}</code> parameter of the Geocoding API that was previously
documented incorrectly as <code>{cc}</code></li>
<li><strong>Adds</strong> the new <code>{autocomplete}</code> parameter of the Geocoding API</li>
</ul>
<h3 id="march-8-2016">March 8, 2016</h3>
<ul>
<li><strong>Adds</strong> new <code>distance</code> and <code>duration</code> properties to the responses of the Map Matching API</li>
</ul>
<h3 id="march-4-2016">March 4, 2016</h3>
<ul>
<li>Made it clear that <code>Link</code> is header required for pagination, not just recommended</li>
<li>Increased public Upload limits</li>
</ul>
</div></div></div></div></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment