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=63&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"(2042ms)

myApi1 file match

@danielraffel•Updated 1 year ago

myApi1 file match

@R3D01NG1T•Updated 1 year ago

myApi1 file match

@jqxu•Updated 1 year ago

myApi1 file match

@ndom91•Updated 1 year ago

myApi1 file match

@mattrossman•Updated 1 year ago

myApi1 file match

@marckraw•Updated 1 year ago

myApi1 file match

@plecong•Updated 1 year ago

myApi1 file match

@joshbeckman•Updated 1 year ago

myApi1 file match

@markos•Updated 1 year ago

privateAPIAuthenticated2 file matches

@stevekrouse•Updated 1 year ago

Loulou_oauth_handler.tsx1 match

@jeffvincent•Updated 22 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 24 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