This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import urllib | |
class AlchemyAPI(object): | |
BASE_URL = 'https://access.alchemyapi.com' | |
def __init__(self, api_key): | |
self.api_key = api_key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"status": "backlog", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"description": "Require people to estimate the score of an item before they can start working on it.", | |
"tags": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "accepted", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"progress": { | |
"accepted_at": "2013-06-14T22:52:07+00:00", | |
"closed_at": "2013-06-14T21:53:43+00:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "backlog", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"description": "Require people to estimate the score of an item before they can start working on it.", | |
"tags": [ | |
"scoring", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"status": "backlog", | |
"product": { | |
"archived": false, | |
"id": 1, | |
"name": "sprint.ly" | |
}, | |
"progress": { | |
"accepted_at": "2013-06-14T22:52:07+00:00", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"body": "These mockups look amazing. However, I think we should make the running guy glow when the AJAX queries are running instead of the 'Working...' header we have.", | |
"type": "comment", | |
"id": 445, | |
"created_by": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"body": "Refs #285 and #286.\n\n* Mapped out a URL callback for EmailYak.\n* Set up settings, urls, etc. and a stubbed view for EmailYak.\n\nRan into a problem where you have to register every single email address you wish to receive email for. This would result in us having to make an API call for every single item and every single product created in the system. I've emailed the EmailYak guys and am hoping they'll have a fix by next week. This is blocking until then.", | |
"type": "commit", | |
"id": 400, | |
"created_by": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"user": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"item": { | |
"status": "backlog", | |
"product": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"user": { | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
}, | |
"item": { | |
"status": "backlog", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"first_name": "Joe", | |
"last_name": "Stump", | |
"id": 1, | |
"email": "[email protected]" | |
} |