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//%22?q=fetch&page=1&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 19001 results for "fetch"(720ms)

FetchBasic2 file matches

@bengold•Updated 2 weeks ago

fetch1 file match

@raify•Updated 2 weeks ago

FetchBasic2 file matches

@gdm•Updated 3 weeks ago

FetchBasic3 file matches

@toddpiersall•Updated 4 weeks ago

fetchJSON2 file matches

@neverstew•Updated 1 month ago

falVideoFetcher1 file match

@hellojakejohn•Updated 1 month ago

Parallel-fetch1 file match

@stevekrouse•Updated 1 month ago

readwise-instapaper1 file match

@welson•Updated 1 month ago
Fetches my articles from Readwise. Syncs with/ Neon + Instapaper

manual-fetcher

@miz•Updated 2 months ago

fake-https1 file match

@blazemcworld•Updated 2 months ago
simple proxy to fetch http urls using https

vtEditorFilesAGENTS.md3 matches

@jrmann100•Updated 1 hour ago
239
240 // Inject data to avoid extra round-trips
241 const initialData = await fetchInitialData();
242 const dataScript = `<script>
243 window.__INITIAL_DATA__ = ${JSON.stringify(initialData)};
286
2875. **API Design:**
288 - `fetch` handler is the entry point for HTTP vals
289 - Run the Hono app with `export default app.fetch // This is the entry point for HTTP vals`
290
291

untitled-8651main.ts1 match

@dhanushsuvarna•Updated 1 hour ago
30});
31
32export default app.fetch;