Skip to content

Instantly share code, notes, and snippets.

View WillAbides's full-sized avatar
🐝
🐝

WillAbides WillAbides

🐝
🐝
View GitHub Profile
@WillAbides
WillAbides / data.csv
Last active August 31, 2017 17:14 — forked from XavierGimenez/data.csv
Waffle Chart
age population
travis-ci 30.80%
circleci 15.96%
jenkins 5.87%
appveyor 3.16%
coveralls 2.95%
codeship 2.65%
codecov 2.53%
codeclimate 1.66%
greenkeeper 0.93%
@WillAbides
WillAbides / test_label_api.py
Last active June 30, 2016 13:24 — forked from anish/test_label_api.py
bug in return code for remove label api
#!/usr/bin/env python
# -*-coding: utf8 -*-
'''
Sample output showing bug in api
Add label, expected return code of 200 : https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue
Method : POST, Endpoint : https://api.github.com/repos/foobar-test/asdf/issues/8/labels, Payload ['bug']
Response Code 200