# Functions
NewClient returns a client at the specified url.
NewClientToken returns a client at the specified url that authenticates all outbound requests with the given token.
NewClientTokenTLS returns a client at the specified url that authenticates all outbound requests with the given token and tls.Config if provided.
# Interfaces
Client is used to communicate with a Drone server.