File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ type ContentsConfig struct {
2929 // 公開コンテンツを取得するためのAPIキー(classifyByStatusがfalseの場合はこれのみ必要)
3030 GetPublishContentsAPIKey string `json:"getPublishContentsAPIKey"`
3131 // 全ステータスのコンテンツを取得するためのAPIキー(classifyByStatusがtrueの場合に必要)
32- GetAllStatusContentsAPIKey string `json:"getAllStatusContentsAPIKey,omitempty "`
32+ GetAllStatusContentsAPIKey string `json:"getAllStatusContentsAPIKey"`
3333 // コンテンツのメタデータを取得するためのAPIキー(classifyByStatusがtrueの場合に必要)
34- GetContentsMetaDataAPIKey string `json:"getContentsMetaDataAPIKey,omitempty "`
34+ GetContentsMetaDataAPIKey string `json:"getContentsMetaDataAPIKey"`
3535 Endpoints []string `json:"endpoints"`
3636 RequestUnit int `json:"requestUnit"`
3737 ClassifyByStatus bool `json:"classifyByStatus"`
@@ -47,8 +47,8 @@ type MediaConfig struct {
4747type Config struct {
4848 Target string `json:"target"`
4949 ServiceID string `json:"serviceId"`
50- Contents ContentsConfig `json:"contents,omitempty "`
51- Media MediaConfig `json:"media,omitempty "`
50+ Contents ContentsConfig `json:"contents"`
51+ Media MediaConfig `json:"media"`
5252}
5353
5454type Client struct {
You can’t perform that action at this time.
0 commit comments