You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
The intention is for the cidr request filtering to be submitted as a query parameter. The request may be rejected as an invalid/suspicious request as coded today.
Succinctly, r should be translated to query params and the request body should be nil as it is everywhere else:
https://github.com/packethost/packngo/blob/f12198a6cc4b2ec175302b6e22f32f6605defc33/ip.go#L386
The intention is for the
cidr
request filtering to be submitted as a query parameter. The request may be rejected as an invalid/suspicious request as coded today.Succinctly,
r
should be translated to query params and the request body should benil
as it is everywhere else:The text was updated successfully, but these errors were encountered: