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
[Updated] Fix routes and services offset with kong 1.0.x (#59)
* Fix routes/services list offset which are now string starting from kong 1.0.x and fix passing the query parameter
Signed-off-by: scatudal <serge.catudal@gmail.com>
* Fix data corruption when offset is present: now creating the request data inside the for loop to prevent pointer reuse
support for offsets (#57)
* Add plugins offset support
Signed-off-by: scatudal <serge.catudal@gmail.com>
* Fix data corruption when offset is present: now creating the request data inside the for loop to prevent pointer reuse
support for offsets (#57)
* Add plugins offset support
Signed-off-by: scatudal <serge.catudal@gmail.com>
* Fix data corruption when offset is present: now creating the request data inside the for loop to prevent pointer reuse