Skip to main content

+server

Documentation / routes/api/model/+server

GET()

function GET(param0: object): Promise<Response>;

Defined in: web-app/src/routes/api/model/+server.ts:11

Return the topic model from GitHub storage as JSON cached for 100 hours

Parameters

ParameterTypeDescription

param0

{ url: any; }

param0.url

any

Returns

Promise<Response>