Using VTEX-SDK-dotnet with vtex.local

C# integration

Install
dotnet add package VTEX-SDK-dotnet
Get all Content Types
curl \
  https://vtex.local/_v/cms/api/{builderId}/
Get all CMS pages by Content Type
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}
Get CMS page
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}/{document-id}/
SDK on GitHub 📄 API Docs
SDK
VTEX-SDK-dotnet
C#
API
vtex.local
vtex.local:Headless-CMS-API
At a glance
Language C#
Endpoints3
Base URLhttps://vtex.local