SandboxServiceURL is an authenticated URL for an HTTP service inside a sandbox.
type SandboxServiceURL structBrowserURL returns a URL suitable for browser use, refreshing the token if it.
ServiceURL returns the base service URL, refreshing the token if it is near.
Token returns the raw service token, refreshing it if it is near expiry.
ExpiresAt returns the token expiration timestamp, refreshing it if it is near.
Request sends an HTTP request to the sandbox service and injects the service.
Get sends a GET request to the sandbox service.
Post sends a POST request to the sandbox service.
Put sends a PUT request to the sandbox service.
Patch sends a PATCH request to the sandbox service.
Delete sends a DELETE request to the sandbox service.