import * as starfx from "https://deno.land/x/starfx@v0.13.2/mdw/query.ts";
Functions
This middleware will take the result of | |
This middleware allows the user to override the default key provided to every pipeline function and instead use whatever they want. | |
f err | This middleware will catch any errors in the pipeline
and |
This middleware is a composition of other middleware required to
use | |
This middleware will retry failed | |
Automatically sets | |
f json | This middleware takes the |
This middleware converts the name provided to createApi
into | |
If there's a slug inside the ctx.name (which is the URL segement in this case) and there is not a corresponding truthy value in the payload, then that means the user has an empty value (e.g. empty string) which means we want to abort the fetch request. | |
f perf | This middleware will add |
This middleware will only be activated if predicate is true. | |
This middleware sets up the context object with some values that are necessary for createApi to work properly. | |