SessionToken returns the currently set token for the client.
()
| 62 | |
| 63 | // SessionToken returns the currently set token for the client. |
| 64 | func (c *Client) SessionToken() string { |
| 65 | return c.SDKClient.SessionToken() |
| 66 | } |
| 67 | |
| 68 | // Request wraps the underlying codersdk.Client's Request method. |
| 69 | func (c *Client) Request(ctx context.Context, method, path string, body interface{}, opts ...codersdk.RequestOption) (*http.Response, error) { |
no outgoing calls