Style Guide

Workspace Organization

As a general rule of thumb, we have a workspace in postman for every git repository.

Organizing workspaces in this way...

Environment Variables

Camel Casing

We use camel casing for naming environment variables. For example, baseUrl rather than BaseUrl, or base-url.

Name Standardization

Some environment variables will likely be used across several different workspaces and collections. For this reason, we want to have consistent names for certain variables. For example, for the domain of a given API we could name a variable several different things that are all great names like domain, origin, or baseUrl, but having a standardized name we use across all collections will help eliminate the need to figure out what the name is used in a particular collection or environment.

 


Revision #1
Created 29 May 2024 15:53:12 by Quinn Godfrey
Updated 29 May 2024 16:08:05 by Quinn Godfrey