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/$%7Burl%7D?q=api&page=46&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 15692 results for "api"(958ms)

fetchValTownAPI2 file matches

@pomdtr•Updated 1 year ago

myApi1 file match

@patrickwire•Updated 1 year ago

myApi1 file match

@domru•Updated 1 year ago

myApi1 file match

@marydotdev•Updated 1 year ago

testApi2 file matches

@andreterron•Updated 1 year ago

myApi1 file match

@timur•Updated 1 year ago

myApi1 file match

@alby•Updated 1 year ago

myApi1 file match

@tannerwj•Updated 1 year ago

myApi1 file match

@evilpaper•Updated 1 year ago

myApi1 file match

@dereko•Updated 1 year ago

VA-TASK-TIDYemailService.ts2 matches

@aishatopeyemi•Updated 42 mins ago
5
6export async function sendEveningCheckIn(user: User, taskSet: TaskSet, responseToken: string) {
7 const yesUrl = `${BASE_URL}/api/complete?token=${responseToken}&completed=true`;
8 const noUrl = `${BASE_URL}/api/complete?token=${responseToken}&completed=false`;
9
10 const html = `

VA-TASK-TIDYtypes.ts1 match

@aishatopeyemi•Updated 44 mins ago
40}
41
42export interface ApiResponse<T = any> {
43 success: boolean;
44 data?: T;
Kapil01
apiv1