class Snyk::Client

Defined in:

snyk/client.cr

Constant Summary

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, url : String = API_URL, logging : Bool = false) #

[View source]

Instance Method Detail

def delete(path : String) #

[View source]
def get(path : String) #

[View source]
def headers #

[View source]
def post(path : String, data : String) #

[View source]
def put(path : String, data : String) #

[View source]
def url : String #

[View source]