
com.happinesea.ec.rws.lib.rakuten.RwsCrawlerItemGetApi.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rws-lib Show documentation
Show all versions of rws-lib Show documentation
Uploads all artifacts belonging to configuration ':archives'
package com.happinesea.ec.rws.lib.rakuten
import com.happinesea.ec.rws.lib.AbstractApiProxy
import com.happinesea.ec.rws.lib.bean.RwsRequestHeaderBean
import com.happinesea.ec.rws.lib.bean.rakuten.RwsParameter.HttpMethod
/**
* * 「RMS WEB SERVICE : item.get」の通信処理を行うAPIクラス
* https://api.rms.rakuten.co.jp/es/1.0/item/get
*
*/
class RwsCrawlerItemGetApi extends AbstractApiProxy {
/**
* URLと通信メソッドを初期化して、インスタンスを生成する
*
* @param header 通信ヘッダー情報
*/
RwsCrawlerItemGetApi(RwsRequestHeaderBean header){
super('/es/1.0/item/get', header)
httpMethod = HttpMethod.GET
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy