feat: get breakfast package from API
This commit is contained in:
@@ -28,7 +28,7 @@ const wrappedFetch = fetchRetry(fetch, {
|
||||
})
|
||||
|
||||
export async function get(
|
||||
endpoint: Endpoint | `${Endpoint}/${string}`,
|
||||
endpoint: Endpoint,
|
||||
options: RequestOptionsWithOutBody,
|
||||
params = {}
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user