pittcsc / PittAPI

An API to easily get data from the University of Pittsburgh
https://pittapi.pittcsc.org
GNU General Public License v2.0
108 stars 34 forks source link

Rewrite all urllib2 content in requests #15

Closed RitwikGupta closed 7 years ago

RitwikGupta commented 7 years ago

Seems like requests has matured a lot since the last time I looked at it. Most importantly, it allows us to use a connection pool and parallel async requests. Re-write every urllib2 call with an equivalent requests call.

RitwikGupta commented 7 years ago

Closed by #16