class

Snyk::Client

Inherits Reference < Object

Constants

API_URL = "https://snyk.io/api/v1"

Constructors

new(token : String, url : String = API_URL, logging : Bool = false)
Source

Instance methods

delete(path : String)
Source
get(path : String)
Source
headers
Source
post(path : String, data : String)
Source
put(path : String, data : String)
Source