Skip to content

Commit

Permalink
Cleared TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Marshall authored and Steven Marshall committed Mar 6, 2008
1 parent 65c08d8 commit d52b0e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fireeagle_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,11 @@ def date(s):
'returns' : LOCATION,
'url_template': API_URL_TEMPLATE,
},
# TODO: recent method
'recent': {
'http_headers': None,
'http_method' : 'GET',
'optional' : ['count', 'time'],
'required' : ['token'],
# TODO: Check recent's return type
'returns' : USER,
'url_template': API_URL_TEMPLATE,
},
Expand Down

0 comments on commit d52b0e2

Please sign in to comment.