@devvit/public-api v0.12.20-dev
fetchDevvitWeb(
ctx,endpoint,init?):Promise<Response>
Makes a fetch request to the devvit web backend server from your block app This is a migration tool to help you migrate your block app to the new Devvit Web architecture.
the devvit context
string
the endpoint to make the request to
RequestInit
the request init options
Promise<Response>
a promise that resolves to the fetch response