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/$1?q=api&page=62&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 18726 results for "api"(2718ms)

myApi1 file match

@codinginpublic•Updated 1 year ago

myApi1 file match

@jackbridger•Updated 1 year ago

polygonDailyAPI2 file matches

@rwev•Updated 1 year ago

myApi1 file match

@dsandler•Updated 1 year ago

myApi1 file match

@javi•Updated 1 year ago

myApi1 file match

@xiaogenban•Updated 1 year ago

myApi1 file match

@taowen•Updated 1 year ago

myApi1 file match

@ddpopbb3•Updated 1 year ago

myApi1 file match

@gbeaver•Updated 1 year ago

myApi1 file match

@britzdm•Updated 1 year ago

Loulou_oauth_handler.tsx1 match

@jeffvincent•Updated 11 mins ago
23 this.clientSecret = Deno.env.get("YAHOO_CLIENT_SECRET") || "";
24 this.redirectUri = Deno.env.get("YAHOO_REDIRECT_URI") || "";
25 this.baseUrl = "https://api.login.yahoo.com/oauth2";
26
27 if (!this.clientId || !this.clientSecret) {

Recruitmain.tsx3 matches

@svc•Updated 13 mins ago
369 <div class="card">
370 <h3>Error Loading Suggestions</h3>
371 <p>We couldn't get AI-powered task suggestions. This can happen due to network issues or API errors.</p>
372 <div class="status-entry error">\${esc(suggestionsError)}</div>
373 <button id="retry-suggestions-btn" class="button button-primary" style="margin-top:10px;">Retry Suggestions</button>
912 }
913 } catch (error) {
914 const errMsg = `AI API Error: ${error.message}`;
915 log.push({ agent: agentName, type: "error", message: errMsg });
916 console.error(`${agentName} Error:`, error);
917 return { error: "AI_API_ERROR", message: errMsg, details: error.toString() };
918 }
919 }
apiry
snartapi