Sha256: 9ddf6088e9a9312009fc6d0cd1f5bef27b9834adb3d7995906d97eac5b54a6a4
Contents?: true
Size: 254 Bytes
Versions: 6
Compression:
Stored size: 254 Bytes
Contents
class Sysdig::Login < Sysdig::Request def real(username, password) service.request_without_authentication( :method => :post, :path => "/api/login", :body => { "username" => username, "password" => password }, ) end end
Version data entries
6 entries across 6 versions & 1 rubygems