class OpenFood::Request

Defined in:

openfood/Request.cr

Class Method Summary

Class Method Detail

def self.get(path : String, params : Hash(String, String | Array(String)) | Nil) #

[View source]
def self.post(path : String, data : Hash(String, String) | Nil) #

[View source]