Without a plan key, the method get_builds returns the last build for every plan, up to a certain limit. However, the method does not allow overriding the numbers of results (set at 25), so there's no convenient way to get all the last builds. We'd have to go through every plan and get the latest one, which would mean tons of calls.
Without a plan key, the method
get_builds
returns the last build for every plan, up to a certain limit. However, the method does not allow overriding the numbers of results (set at 25), so there's no convenient way to get all the last builds. We'd have to go through every plan and get the latest one, which would mean tons of calls.