File: Github.testGetEmojis.txt

package info (click to toggle)
pygithub 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 33,476 kB
  • sloc: python: 38,409; sh: 7; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
https
GET
api.github.com
None
/emojis
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
200
[('status', '200 OK'), ('content-length', '757'), ('x-github-media-type', 'github.beta; format=json'), ('x-content-type-options', 'nosniff'), ('x-ratelimit-limit', '5000'), ('x-ratelimit-remaining', '4993'), ('server', 'nginx'), ('connection', 'keep-alive'), ('etag', '"cc8e8df5d003cd489fd90931fa7f751a"'), ('cache-control', 'max-age=0, private, must-revalidate'), ('date', 'Fri, 21 Dec 2012 19:54:21 GMT'), ('content-type', 'application/json; charset=utf-8')]
{"+1": "https://github.global.ssl.fastly.net/images/icons/emoji/+1.png?v5",  "-1": "https://github.global.ssl.fastly.net/images/icons/emoji/-1.png?v5",  "100": "https://github.global.ssl.fastly.net/images/icons/emoji/100.png?v5",  "1234": "https://github.global.ssl.fastly.net/images/icons/emoji/1234.png?v5",  "8ball": "https://github.global.ssl.fastly.net/images/icons/emoji/8ball.png?v5",  "a": "https://github.global.ssl.fastly.net/images/icons/emoji/a.png?v5",  "ab": "https://github.global.ssl.fastly.net/images/icons/emoji/ab.png?v5"}