Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 445 Bytes

VTEX Search API Smart Proxy

Proxies requests to the VTEX public Search API, adding some missing features, trimming responses and better caching strategies.

This proxy can be used as a data source for deco pages.

Running locally

Create a .env file to enable development mode:

DEVELOPMENT=true

Future

[ ] Reflection on JSON response to build out TypeScript types offered by each route, automatically.