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/?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 13859 results for "fetch"(1826ms)

FetchBasic2 file matches

@ther•Updated 3 days ago

GithubPRFetcher

@andybak•Updated 6 days ago

proxiedfetch1 file match

@jayden•Updated 1 week ago

fetch-socials4 file matches

@welson•Updated 1 week ago
fetch and archive my social posts

fetchRssForSubcurrent2 file matches

@ashryanio•Updated 1 week ago

fetch_template2 file matches

@gwoods22•Updated 1 week ago

HN-fetch-call3 file matches

@ImGqb•Updated 1 week ago
fetch HackerNews by API

FRAMERFetchBasic1 file match

@bresnik•Updated 2 weeks ago

FetchBasic1 file match

@bresnik•Updated 2 weeks ago

fetchTechNews

@josiasaurel•Updated 2 weeks ago

pdf-to-htmlapp.tsx1 match

@prashamtrivedi•Updated 35 mins ago
97 formData.append("recreateTemplate", state.recreateTemplate.toString());
98
99 const response = await fetch("/api/process-pdf", {
100 method: "POST",
101 body: formData

pdf-to-htmlindex.ts1 match

@prashamtrivedi•Updated 36 mins ago
168});
169
170export default app.fetch; // This is the entry point for HTTP vals
171