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=api&page=28&format=json

For typeahead suggestions, use the /typeahead endpoint:

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

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

Found 19337 results for "api"(1101ms)

myApi1 file match

@dmac99•Updated 1 year ago

myApi1 file match

@treejanitor•Updated 1 year ago

myApi1 file match

@brians•Updated 1 year ago

myApi1 file match

@pigrange•Updated 1 year ago

myApi1 file match

@impactvelocity•Updated 1 year ago

myApi1 file match

@tmh•Updated 1 year ago

myApi1 file match

@sanjeev•Updated 1 year ago

myApi1 file match

@ypx•Updated 1 year ago

myApi1 file match

@namit•Updated 1 year ago

myApi1 file match

@moschan•Updated 1 year ago

pdmain.tsx9 matches

@maxm•Updated 27 mins ago
146// id: "PNWF8EN",
147// type: "user_reference",
148// self: "https://api.pagerduty.com/users/PNWF8EN",
149// html_url: "https://val-town.pagerduty.com/users/PNWF8EN",
150// summary: "Max McDonnell"
154// id: "Q3B4K8SB1ETMJV",
155// type: "incident",
156// self: "https://api.pagerduty.com/incidents/Q3B4K8SB1ETMJV",
157// html_url: "https://val-town.pagerduty.com/incidents/Q3B4K8SB1ETMJV",
158// number: 579,
164// id: "P7L5PET",
165// type: "service_reference",
166// self: "https://api.pagerduty.com/services/P7L5PET",
167// html_url: "https://val-town.pagerduty.com/services/P7L5PET",
168// summary: "Val Town"
172// id: "PNWF8EN",
173// type: "user_reference",
174// self: "https://api.pagerduty.com/users/PNWF8EN",
175// html_url: "https://val-town.pagerduty.com/users/PNWF8EN",
176// summary: "Max McDonnell"
180// id: "PODJ1UF",
181// type: "escalation_policy_reference",
182// self: "https://api.pagerduty.com/escalation_policies/PODJ1UF",
183// html_url: "https://val-town.pagerduty.com/escalation_policies/PODJ1UF",
184// summary: "Default"
204// id: "PNWF8EN",
205// type: "user_reference",
206// self: "https://api.pagerduty.com/users/PNWF8EN",
207// html_url: "https://val-town.pagerduty.com/users/PNWF8EN",
208// summary: "Max McDonnell"
212// id: "Q2F1TIO67HLDLJ",
213// type: "incident",
214// self: "https://api.pagerduty.com/incidents/Q2F1TIO67HLDLJ",
215// html_url: "https://val-town.pagerduty.com/incidents/Q2F1TIO67HLDLJ",
216// number: 580,
222// id: "P7L5PET",
223// type: "service_reference",
224// self: "https://api.pagerduty.com/services/P7L5PET",
225// html_url: "https://val-town.pagerduty.com/services/P7L5PET",
226// summary: "Val Town"
230// id: "PODJ1UF",
231// type: "escalation_policy_reference",
232// self: "https://api.pagerduty.com/escalation_policies/PODJ1UF",
233// html_url: "https://val-town.pagerduty.com/escalation_policies/PODJ1UF",
234// summary: "Default"

ciphermain.tsx1 match

@bao•Updated 3 hours ago
1/** @jsxImportSource https://esm.sh/react@18.2.0 */
2import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
3import { appSiteAssociation, getQuote } from "./api.ts";
4import { App } from "./App.tsx";
5import { quoteCount } from "./constants.ts";
apiry
snartapi