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=307&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 3114 results for "fetch"(295ms)

arenaApiExampleREADME.md1 match

@tmcw•Updated 1 year ago
3Example of using the [are.na](https://dev.are.na/documentation/channels#Block43472) API to get the contents of an Are.na board - specifically my fun board that showcases websites with that "glossy black style."
4
5All you need is [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) to make this happen!
6
7Migrated from folder: API_Examples/arenaApiExample

kyExampleREADME.md2 matches

@tmcw•Updated 1 year ago
1# ky
2
3The [ky module](https://www.npmjs.com/package/ky) is a nice abstraction around the [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), which is easily compatible with Deno. It's by the same creator as [got](https://npmjs.com/got), which more explicitly targets Node.js.
4
5Most of the time, the `fetch` method is all you need! But in a pinch, you can use `ky` to make things a little fancier.
6
7Migrated from folder: Modules/kyExample

valTownApiExampleValREADME.md1 match

@tmcw•Updated 1 year ago
1# Val Town API: Find a val by handle and name
2
3This val fetches itself via the [Val Town API](https://docs.val.town/api/reference)! Weird, right?
4
5Migrated from folder: Val_Town_API/valTownApiExampleVal

chatGPTPluginREADME.md1 match

@stevekrouse•Updated 1 year ago
9![](https://i.imgur.com/lLUAcVc.png)
10
11It would be awesome if it knew how to use other APIs and make `fetch` calls to them, but it has been [failing at that](https://chat.openai.com/share/428183eb-8e6d-4008-b295-f3b0ef2bedd2).
12
13## Limitations

fetchDateMeProfilesREADME.md1 match

@stevekrouse•Updated 1 year ago
1Migrated from folder: External_APIs/DateMeDocs/fetchDateMeProfiles

fetchTableREADME.md1 match

@stevekrouse•Updated 1 year ago
1Migrated from folder: External_APIs/DateMeDocs/fetchTable

fetchHeaders2README.md1 match

@stevekrouse•Updated 2 years ago
1Migrated from folder: Archive/docsExamples/fetchHeaders2

parseHTMLREADME.md1 match

@stevekrouse•Updated 2 years ago
1Migrated from folder: utils/fetch/parseHTML

fetchHTMLREADME.md1 match

@stevekrouse•Updated 2 years ago
1Migrated from folder: utils/fetch/fetchHTML

normalizeURLREADME.md1 match

@stevekrouse•Updated 2 years ago
1Migrated from folder: utils/fetch/normalizeURL

fetchPaginatedData2 file matches

@nbbaier•Updated 1 week ago

tweetFetcher2 file matches

@nbbaier•Updated 1 week ago