Sha256: 8ae2452779e5b4b1df6ef9427aa966360d6c6de742ea1c0849d10a7f565db4a0
Contents?: true
Size: 981 Bytes
Versions: 3
Compression:
Stored size: 981 Bytes
Contents
# ColorMeShop::GiftApi All URIs are relative to *https://api.shop-pro.jp* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_gift**](GiftApi.md#get_gift) | **GET** /v1/gift.json | ギフト設定を取得 # **get_gift** > Object get_gift ギフト設定を取得 ### Example ```ruby # load the gem require 'color_me_shop' # setup authorization ColorMeShop.configure do |config| # Configure OAuth2 access token for authorization: OAuth2 config.access_token = 'YOUR ACCESS TOKEN' end api_instance = ColorMeShop::GiftApi.new begin #ギフト設定を取得 result = api_instance.get_gift p result rescue ColorMeShop::ApiError => e puts "Exception when calling GiftApi->get_gift: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type **Object** ### Authorization [OAuth2](../README.md#OAuth2) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
color_me_shop-1.2.0.rc1 | docs/GiftApi.md |
color_me_shop-1.1.1 | docs/GiftApi.md |
color_me_shop-1.1.0 | docs/GiftApi.md |