Method | Description | |
---|---|---|
GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Get the listings in a gift guide.
|
|
GetGiftGuides ( ) : IAsyncResult |
Get a list of gift guides.
|
|
GiftService ( |
Initializes a new instance of the GiftService class
|
|
GiftService ( |
Initializes a new instance of the GiftService class
|
public GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
guideId | int | Specify the numeric ID of a Gift Guide |
offset | int | To page through large result sets, set offset to a multiple of limit |
limit | int | Specify the number of results to return |
detailLevel | DetailLevel | Control how much information to return |
return | IAsyncResult |
public GiftService ( |
||
etsyContext | the etsy context to use | |
return | System |
public GiftService ( |
||
etsyContext | the etsy context to use | |
dataRetriever | IDataRetriever | the data retriever use |
return | System |