softvar / simplegist

Advanced python wrapper for Github Gist API
https://pypi.python.org/pypi/simplegist
MIT License
64 stars 24 forks source link

Include 'files' section of the server response #4

Open akutuzov opened 6 years ago

akutuzov commented 6 years ago

Often one needs information from the 'files' section of the Gist response. For example, it contains the raw URL of the created gist, which cannot be derived from other fields. Thus, it would be great to include this section in the output of the 'create' function, so that the user is able to employ this data straight away.