corincerami / mars-photo-api

A Rails API for photo data from NASA's Mars Rovers
https://api.nasa.gov/#MarsPhotos
GNU General Public License v3.0
358 stars 48 forks source link

Page Size #136

Closed nighthauk closed 3 years ago

nighthauk commented 3 years ago

Thanks for your work on this, and fixing the Perseverance issue tonight. Any thoughts on either increasing the page size, or making it parameterized?

corincerami commented 3 years ago

What do you mean by increasing the page size?

nighthauk commented 3 years ago

The number of objects returned in each page of the pagination. If I'm not mistaken the raw feed from nasa isn't paginated.

corincerami commented 3 years ago

You can change the number of photos per query by using the per_page parameter.

nighthauk commented 3 years ago

Awesome, thanks man. That's not documented on the NASA api docs so wasn't aware it was available.

nighthauk commented 3 years ago

Parameter working as expected. Thank you!