-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly set the attributes of the Gist object;
- Gist.files is now a list of File objects representing the files of that gist. - Gist.created_at and Gist.updated_at now return datetime.datetime objects representing the dates of when the gist was created and when it was last updated, respectively.
- Loading branch information
1 parent
2eacd35
commit 79c2398
Showing
2 changed files
with
85 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
API_URL = "https://api.github.com" | ||
|
||
|
||
TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ %z" |
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