hfaran / piazza-api

Unofficial Client for Piazza's Internal API
https://hfaran.github.io/posts/reverse-engineering-piazzas-api/
MIT License
186 stars 55 forks source link

feat(user): Add followup-creating functionality. #25

Closed arxanas closed 9 years ago

arxanas commented 9 years ago

Hi! It didn't look like the ability to post a follow-up existed, so I added it. Here's a picture of it in action:

screen shot 2015-05-23 at 8 52 14 pm

hfaran commented 9 years ago

Just a couple comments but looks good otherwise! Thanks for adding this!

arxanas commented 9 years ago

Updated. (The blank comment was below another comment line, which I had deleted.)

I need this functionality for my own app, so I bumped the version number. Will it be retrievable from PyPI?

hfaran commented 9 years ago

I actually think we can make a 0.5.0 release because there are a few other commits that have not been merged into master and released yet. So if you can actually remove the version number change, I will merge this, and then bump the version number and release separately.

arxanas commented 9 years ago

Reverted. (Do you get notifications when I commit? I assume not.)

hfaran commented 9 years ago

I would get notifications, but since your are committing on your own fork that I am not watching, I do not. So it's fine if you just write a comment here telling me you updated like you did just now. :)

Okay so I will merge this in now and create a release, and upload it to PyPI.

hfaran commented 9 years ago

0.5.0 is now available on PyPI. Also I added you to CONTRIBUTORS.md; definitely feel free to add more in the future and drop your additions in here as well! :)

arxanas commented 9 years ago

Great, thanks :D