@innoflex-technology/og-utils
v0.0.2
Published
Utilities to help working with OG data store
Downloads
144
Keywords
Readme
Introduction
This package is designed to be pulled into projects that want to use the OG CMS as a backing store for arbitrary content. It includes static types and execution classes.
Getting Started
- Create a project and get the projectId
- Create and API key
const og = new OG(projectId, apikey);
const project = await og.UpdateProject({
name: "my project",
description: "my project",
schemas: [myRecordSchema],
});