📄️ Using headers
HTTP headers are key-value pairs that contain
📄️ Using search params (query)
URL search parameters, also known as query parameters, are
📄️ Using path params
Path parameters are a way to include dynamic values in the URL path of a request. They are typically used to identify a
📄️ Using bodies
Bodies are used to send data in a request
📄️ Authentication
Authentication is a process of verifying the
📄️ Handling errors
@zimic/fetch fully types the requests and responses based on your schema. If a
📄️ Testing
Testing is an important part of most software development processes. When using @zimic/fetch, there are two general
📄️ Typegen
@zimic/fetch uses @zimic/http, which can infer types from