Skip to content

Instantly share code, notes, and snippets.

@glauberramos
Created October 5, 2015 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glauberramos/d1c2526fd33e87b117a6 to your computer and use it in GitHub Desktop.
Save glauberramos/d1c2526fd33e87b117a6 to your computer and use it in GitHub Desktop.
Github api
$.ajax({
method: 'GET',
url: 'https://api.github.com/repos/servicosgovbr/cartas-de-servico/contents/cartas-servico/v3/servicos'
}).then(function(data) {
var servicos = data;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment