Live data from Hacker News

Python API

pythonapi.com

11–20 of 52 posts

Re: Python API

#14
This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad (https://launchpad.net/stackpy) and PyPI (https://pypi.python.org/pypi/stackpy). The SE API documentation is at https://api.stackexchange.com/docs

Re: Python API

#15
I always wanted a matrix of code in each language for accessing an API, the way that Rosetta Code shows examples for performing a calculation. I was shocked that there's no REST api category on rosettacode.org (although in fairness there's no http either):

http://rosettacode.org/wiki/Rest

http://rosettacode.org/wiki/Rest_api

http://www.google.com/search?q=REST%20api%20site:rosettacode...

I would very much like a language-agnostic way to tie all of these APIs together!

Re: Python API

#16

This definitely could use a form to submit API wrappers. I used the contact form linked at the top to submit Stack.PY, a Python module for the Stack Exchange 2.1 API, which is available on Launchpad ( https://launchpad.net/stackpy ) and PyPI ( https://pypi.python.org/pypi/stackpy ). The SE API documentation is at https://api.stackexchange.com/docs

I think all the "You are missing X" comments suggest that the OP is on to something. Great idea!
Post reply on HN