Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
openfood
master
OpenFood
Nutrient
Pagination
Product
ProductAttributes
ProductImage
Request
Response
Type
Openfood
Built with Crystal 1.9.2
2023-10-07 11:10:37 UTC
class
OpenFood::Request
OpenFood::Request
Reference
Object
Defined in:
openfood/Request.cr
Class Method Summary
.get
(path : String, params : Hash(String, String | Array(String)) | Nil)
.post
(path : String, data : Hash(String, String) | Nil)
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
]