Skip to content

Commit

Permalink
Merge pull request #6941 from vuestorefront/docs/IN-3384-accessing-me…
Browse files Browse the repository at this point in the history
…thods-via-context

docs: added information about api property on the context
  • Loading branch information
michaelKurowski committed Jul 24, 2023
2 parents fecba96 + 84b336d commit 153fa56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/integrate/extending-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ This method accepts two parameters:

- `context` which includes:
- `config` - integration configuration,
- `api` - integration endpoints exposed as methods,
- `client` - API client created in `packages/api-client/src/index.server.ts`,
- `req` - HTTP request object,
- `res` - HTTP response object,
Expand Down

0 comments on commit 153fa56

Please sign in to comment.