@appear.sh/introspector
Advanced tools
Comparing version 0.0.3-canary.redwood.4 to 0.0.4
{ | ||
"name": "@appear.sh/introspector", | ||
"version": "0.0.3-canary.redwood.4", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -99,7 +99,7 @@ # Appear JS introspector | ||
Not all services are deployed as a node applications. If it's your case you can either use one of pre-built integrations or write your own adapter | ||
Not all services are deployed as a node applications. If that applies to you, you can either use one of pre-built integrations, or write your own adapter. | ||
#### RedwoodJS at vercel | ||
1. Create a file, anywhere in backend side that suits in your structure, for example `api/src/withAppear.ts` | ||
1. Create a file where you can instantiate Appear, for example: `api/src/withAppear.ts` | ||
@@ -120,3 +120,3 @@ ```ts | ||
2. wrap your Serverless Functions (API Endpoints) in `withAppear` | ||
2. Wrap your Serverless Functions (API Endpoints) in `withAppear` | ||
@@ -132,2 +132,2 @@ ```ts | ||
3. it's done, now you can try calls to your API and they'll appear in Appear | ||
3. Once finished, any calls to your APIs should show up in Appear |
Sorry, the diff of this file is not supported yet
131
147650