nasa / pyCMR

Client for CMR APIs
Apache License 2.0
23 stars 12 forks source link

Fix page size bug #9

Closed mileswwatkins closed 8 years ago

mileswwatkins commented 8 years ago

Also includes a refactor of the search functions.

And had to revert to using requests.get rather than self.session.get for searches, which would lose some results that aren't public. Not sure why this symptom occurs, but got 404s from normal search requests made after running the integration test monolith. Maybe we can fix this sometime later.

mileswwatkins commented 8 years ago

@amarouane