# Packages
No description provided by the author
# Functions
NewFormattedAPIRelationItems returns a new human-readable view of API Relations.
NewItemTree creates a new tree for storing items.
# Constants
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
Resource types.
# Structs
API represents a single item in an APIListResponse.
APIListItem represents a single item in an APIListResponse.
APIListResponse represents the top-level APIs response from the Postman API.
APIRelations provides the top-level relations representation for APIs.
APIRelationsResource provides the top-level wrapper for API Relations.
APIResponse is a single API representation in the Postman API.
APIVersion represents a single item in an APIVersionListResponse.
APIVersionListItem represents a single item in an APIVersionListResponse.
APIVersionListResponse represents the top-level API Versions response from the Postman API.
APIVersionResponse is a single APIVersion representation in the Postman APIVersion.
Collection represents a Postman Collection.
CollectionListItem represents a single item in a CollectionListResponse.
CollectionListResponse is the top-level struct representation of a collection list response in the Postman API.
CollectionResponse is the top-level struct representation of a collection response from the Postman API.
Environment represents the single environment response from the Postman API.
EnvironmentListItem represents a single item in an EnvironmentListResponse.
EnvironmentListResponse represents the top-level environments response from the Postman API.
EnvironmentResponse is the top-level environment response from the Postman API.
Error is a struct representation of error details from a Postman API error.
ErrorResponse is the struct representation of a Postman API error.
Event represents an item event.
Fork represents fork metadata for a collection.
FormattedAPIRelationItem returns a list item version of an APIRelation.
Item represents an item (request) in a Collection.
ItemGroup represents a folder in a Collection.
ItemTree represents a folder/request structure in a Collection.
ItemTreeNode represents a group of items or a single item in a tree.
KeyValuePair represents a key and value in the Postman API.
LinkedCollection describes a single linked collection representation.
LinkedEnvironment describes a single linked collection representation.
LinkedMock describes a single linked collection representation.
LinkedMonitor describes a single linked collection representation.
Mock represents a representation of a mock server from the Postman API.
MockConfig represents the configuration of a mock server.
MockListItem represents a mock in a list of all mocks.
MockListResponse represents the top-level mocks response from the Postman API.
MockResponse is the top-level mock response from the Postman API.
Monitor represents the single monitor response from the Postman API.
MonitorListItem represents a single item in an MonitorListResponse.
MonitorListResponse represents the top-level monitors response from the Postman API.
MonitorOptions list options for a monitor.
MonitorResponse is the top-level monitor response from the Postman API.
Notifications represents a communication structure for notifications.
OnError represents a communication mechanism for errors.
OnFailure represents a communication mechanism for failures.
Schedule represents when the monitor is scheduled to run.
Schema represents an API schema from the Postman API.
SchemaResponse represents the top-level schema response in the Postman API.
User represents the user info associated with a user request in the Postman API.
UserResponse represents the top-level struct of a user response in the Postman API.
Workspace represents the single workspace response from the Postman API.
WorkspaceCollectionListItem represents a single collection item in a Workspace.
WorkspaceEnvironmentListItem represents a single environment item in a Workspace.
WorkspaceListItem represents a single item in an WorkspaceListResponse.
WorkspaceListResponse represents the top-level workspaces response from the Postman API.
WorkspaceMockListItem represents a single mock item in a Workspace.
WorkspaceMonitorListItem represents a single monitor item in a Workspace.
WorkspaceResponse is the top-level workspace response from the Postman API.
# Interfaces
Formatter represents a resource that provides print formatting information.
# Type aliases
APIListItems is a slice of APIListItem.
APISlice is a slice of API.
APIVersionListItems is a slice of APIVersionListItem.
APIVersionSlice is a slice of APIVersion.
CollectionListItems is a slice of CollectionListItem.
CollectionSlice is a slice of Collection.
EnvironmentListItems is a slice of EnvironmentListItem.
EnvironmentSlice is a slice of Environment.
FormattedAPIRelationItems is a slice of FormattedAPIRelationItem.
MockListItems is a slice of MockListItem.
MockSlice is a slice of Mock.
MonitorListItems is a slice of MonitorListItem.
MonitorSlice is a slice of Monitor.
ResourceType represents the resource type.
WorkspaceListItems is a slice of WorkspaceListItem.
WorkspaceSlice is a slice of Workspace.