5fac762678
- Implemented buscar-bibliografia function in index.ts - Added Deno import map for dependencies in deno.json - Included request validation and error handling - Integrated Google Books API to fetch bibliographic data based on search terms
7 lines
138 B
JSON
7 lines
138 B
JSON
{
|
|
"imports": {
|
|
"zod": "https://deno.land/x/zod@v3.22.4/mod.ts",
|
|
"@supabase/functions-js": "jsr:@supabase/functions-js@^2"
|
|
}
|
|
}
|