You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$%7Bsuccess?q=api&page=68&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 14996 results for "api"(740ms)
1import { KrogerTokenResponse, KrogerProfileResponse } from "../../shared/types.ts";
23const KROGER_BASE_URL = "https://api.kroger.com";
45export class KrogerAuthService {
1# Kroger Cart API
23## PUT `/v1/cart/add`