Skip to content

Instantly share code, notes, and snippets.

@JCKodel
Created October 4, 2016 17:21
Show Gist options
  • Save JCKodel/2a5d2b80064a97506cca528bd13f7dda to your computer and use it in GitHub Desktop.
Save JCKodel/2a5d2b80064a97506cca528bd13f7dda to your computer and use it in GitHub Desktop.
{"swagger":"2.0","info":{"version":"1.0.0","title":"Notícias","description":"Canal de notícias globo.com"},"host":"recomendacao.globo.com","schemes":["http"],"produces":["application/json"],"paths":{"/rec/v2/user/gshow/feed":{"get":{"description":"Retorna uma lista de notícias recomendadas","produces":["application/json"],"responses":{"200":{"description":"Página contendo a lista de notícias recomendadas","schema":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"mainSection":{"type":"string"},"mainSectionPermalink":{"type":"string"},"issued":{"type":"string"},"caption":{"type":"string"},"title":{"type":"string"},"type":{"type":"string"},"photos":{"type":"object","properties":{"original":{"type":"string"},"thumbnail":{"type":"string"}}}}}}}}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment