Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$%7BsvgDataUrl%7D?q=fetch&page=6&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=fetch

Returns an array of strings in format "username" or "username/projectName"

Found 15486 results for "fetch"(3045ms)

fetchTwitterUserInfoBroken1 file match

@shawnbasquiat•Updated 10 months ago

fetchIpfsPosts1 file match

@stevedylandev•Updated 11 months ago

FetchBasic1 file match

@hunty•Updated 11 months ago

fetchWikipediaContent2 file matches

@pmo•Updated 11 months ago

Fetch2 file matches

@komolkin•Updated 11 months ago

Fetch2 file matches

@hunty•Updated 11 months ago

fetchCongressTradeReports1 file match

@trickster•Updated 11 months ago

fetchJSON2 file matches

@stevekrouse•Updated 1 year ago

fetchJSON1 file match

@maxm•Updated 1 year ago

fetchTodaysNytCxGridAndClues1 file match

@plr•Updated 1 year ago

wordboardmain.tsx1 match

@join•Updated 57 mins ago
230 }
231 } catch (error) {
232 console.error("Failed to fetch from OpenAI, using fallback list.", error);
233 }
234

FrontendQAExampleindex.ts2 matches

@onkernel•Updated 1 hour ago
21});
22
23// HTTP vals expect an exported "fetch handler"
24// This is how you "run the server" in Val Town with Hono
25export default app.fetch;