You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/...?q=api&page=53&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 19245 results for "api"(1449ms)
292// This is a no-op if nothing's changed
293if (!isEndpointSet) {
294await bot.api.setWebhook(req.url, {
295secret_token: SECRET_TOKEN,
296});
10TeamPerformanceStats,
11WaiverWirePlayer,
12YahooFantasyAPIClient,
13} from "../daily_lineup_scheduler.tsx";
14import { LouTokenStorage } from "../token_storage.tsx";