Great tool. I was using it to attempt to get all updated packages from the RHSA / CVRF reference. I used the python module as follows:
import rhsda
a = rhsda.ApiClient()
a.get_cvrf("RHSA-2017:2489")
The json data returned here only included one updated package. However, visiting the errata page at https://access.redhat.com/errata/RHSA-2017:2489 and going to "Updated Packages", there are a whole raft of them.