All URIs are relative to https://gitee.com/api
| Method | HTTP request | Description |
|---|---|---|
| GetV5Emails | Get /v5/emails | 获取授权用户的所有邮箱 |
[]Email GetV5Emails(ctx, optional) 获取授权用户的所有邮箱
获取授权用户的所有邮箱
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| optional | *GetV5EmailsOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a GetV5EmailsOpts struct
| Name | Type | Description | Notes |
|---|---|---|---|
| accessToken | optional.String | 用户授权码 |
No authorization required
- Content-Type: application/json, multipart/form-data
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]