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=23&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 19507 results for "api"(2742ms)

myApi1 file match

@galligan•Updated 1 year ago

myApi1 file match

@bentz•Updated 1 year ago

myApi1 file match

@aatest•Updated 1 year ago

myApi1 file match

@jkell•Updated 1 year ago

myApi1 file match

@michael_town•Updated 1 year ago

myApi1 file match

@sbeben•Updated 1 year ago

myApi1 file match

@speepo•Updated 1 year ago

myApi1 file match

@quinn•Updated 1 year ago

myApi1 file match

@wlt•Updated 1 year ago

myApi1 file match

@carlosrgl•Updated 1 year ago

GlancerpollEnabledStatus.ts1 match

@lightweight•Updated 1 hour ago
13<<<<<<< main
14 // check the boolean to see if a Glancer has enabled the link to start a cobrowsing session
15 const resp = await fetch("/api/cobrowse/" + window.__DEMO_ID__, {
16 method: "GET",
17 headers: {

Glancerindex.ts2 matches

@lightweight•Updated 1 hour ago
7
8// Import route modules
9import api from "./routes/api/api.routes.ts";
10import auth from "./routes/auth.ts";
11import root from "./routes/root.routes.ts";
34
35// Mount route modules
36app.route("/api", api);
37app.route("/tasks", tasks);
38app.route("/demo", demo);
apiry
snartapi