Hi,
I am using the ruby library for FlightXML. I’m trying to get all the currently enroute aircraft for a specific airport. This works great for smaller airports, but larger ones have more than 15. So I call SetMaximumResultSize to 100 and do my Enroute call again. I still get back 15, but I’m playing with the offset and I see the rest of results.
How do i get the call to return back all 100 instead of 15 record chunks?
Thanks.