AGS wasn't making use of the "next page" functionality, so I added that in. I also fixed the regex since when looking through the headers, the Link is actually the key and will never be found in the regex being checked against the value.
Testing
Lots of manual testing. Confirmed I could get all 42 assignments in a context. I also tested 0 and 1.
Summary of Changes
AGS wasn't making use of the "next page" functionality, so I added that in. I also fixed the regex since when looking through the headers, the
Link
is actually the key and will never be found in the regex being checked against the value.Testing
Lots of manual testing. Confirmed I could get all 42 assignments in a context. I also tested 0 and 1.
composer test
composer lint-fix