# Functions

NewClient constructs a new Optimizely API client from optional provided options.
PerPage sets the requested number of items to return on each request to the optimizely API as an option when building a new Client.
Token provides the Optimizely API token as an option when building a new Client.

# Structs

Datafile is the API representation of a datafile for an environment.
Environment is the API representation of an Optimizely environment with a project.
Project is the API representation of an Optimizely project.

# Interfaces

Client is the interface for interacting with the Optimizely API.