module Kodmin
Client
of kong's admin API.
Client
of kong's admin API.
Constants
- VERSION
Public Class Methods
consumers()
click to toggle source
# File lib/kodmin.rb, line 8 def consumers Kodmin::Consumers.instance end
init(kong_url)
click to toggle source
Initialize the Kong admin client. @param kong_url [String] URL of the Kong Admin API, e.x. '127.0.0.1:8001'.
# File lib/kodmin/client.rb, line 91 def init(kong_url) Client.kong_url = kong_url.delete_suffix('/') end
plugins()
click to toggle source
# File lib/kodmin.rb, line 12 def plugins Kodmin::Plugins.instance end