Skip to content

Commit 7966f31

Browse files
docs: image
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 35f509f commit 7966f31

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

116 KB
Loading

blog/2026-04-05-http-requests-typescript-serverless-functions/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
slug: http-requests-typescript-serverless-functions
33
title: HTTP Requests in TypeScript Serverless Functions
44
authors: [peterpeterparker]
5-
tags: [functions, typescript, sputnik, serverless]
6-
date: 2026-04-04
7-
image: https://juno.build/assets/images/https-outcalls-in-typescript-snippet.png
5+
tags: [functions, typescript, sputnik, serverless, fetch, api]
6+
date: 2026-04-05
7+
image: https://juno.build/assets/images/http-requests-typescript-serverless-functions-548b19a5c5103a1c7d99e6018a74ecea.png
88
---
99

10+
![](http-requests-typescript-serverless-functions.png)
11+
1012
One of the most requested features for TypeScript serverless functions has always been the ability to make HTTP requests to external APIs.
1113

1214
That's now supported 🚀.
@@ -56,7 +58,7 @@ export const fetchRandomDog = defineUpdate({
5658
});
5759
```
5860

59-
Define the function, call the API, return the result. That's it.
61+
Define the function, call the API, use the result. That's it.
6062

6163
![Magic GIF for fun](./magical-magic.gif)
6264

0 commit comments

Comments
 (0)