
Projects
A Starsheet project consists of a single Google Sheet document, which is used to generate a blob of JSON, which you can then load dynamically into your application. The Google Sheet document can contain multiple worksheets, allowing different types of data to be combined into the output JSON. For example, a Google Sheet containing two worksheets will result in the following structure.- One set of data to be updated without having to unnecessarily download a large amount of data that hasn’t changed. This is particularly recommended for applications that have a small set of data that changes frequently and a larger set of data that changes rarely.
- To grant different users with permissions to publish each project
Environments
Environments allow different versions of content to be available at the same time. Most commonly this is used to have a “live” version that is served to end users, and one or more “development” versions allowing changes to be worked on and tested without impacting the live version. Free plans are limited to two environments (development and live). Paid plans allow the creation of as many environments as needed. Each environment can be set to public or private. Requests to private environments must be signed to prevent the public from potentially accessing data that you have not intended to make live yet. Environments can be changed between public or private at any time.Changing an environment from public to private will break existing links so please make sure an application you have distributed to end users is not using an unsigned link to the environment before changing it to private