khilnani / gists.cli

Python based command line Gist management. Easy access to read and create Gists / snippets.
https://pypi.python.org/pypi/gists.cli
GNU General Public License v3.0
15 stars 6 forks source link

Support for github enterprise #44

Open michaelorr opened 10 years ago

michaelorr commented 10 years ago

The api endpoint is different for github enterprise. This should be pretty easy to support. The better I approach, I think would be to allow someone to specify the endpoint as an arg. This would require some thought on how best to handle credentials though.

khilnani commented 9 years ago

good request. i'll take a look