# Functions
AllCookbooks returns all the cookbooks that have been uploaded to this server.
CookbookLatest returns the URL of the latest version of each cookbook on the server.
CookbookLister lists all of the cookbooks on the server, along with some information like URL, available versions, etc.
CookbookRecipes returns a list of all the recipes on the server in the latest version of each cookbook.
DependsCookbooks will, for the given run list and environment constraints, return the cookbook dependencies.
DoesExist checks if the cookbook in question exists or not.
Get a cookbook.
GetList gets a list of all cookbooks on this server.
New creates a new cookbook.
Universe returns a hash of the cookbooks stored on this server, with a list of each version of each cookbook formatted to be compatible with the supermarket/berks /universe endpoint.
# Constants
No description provided by the author
No description provided by the author
# Structs
The Cookbook struct holds an array of cookbook versions, which is where the run lists, definitions, attributes, etc.
CookbookVersion is the meat of the cookbook.
No description provided by the author
# Type aliases
VersionStrings is a type to make version strings with the format "x.y.z" sortable.