Method | Description | |
---|---|---|
ApiKey ( ) : |
Append the Api key
|
|
Append ( IEnumerable |
Append part of a url
|
|
Append ( string urlPart ) : |
Append part of a url
|
|
DetailLevel ( DetailLevel detailLevel ) : |
Append a detail level to the uri
|
|
Limit ( int limit ) : |
Append an limit to the uri
|
|
Offset ( int offset ) : |
Append an offset to the uri
|
|
OffsetLimit ( int offset, int limit ) : |
Append an limit to the uri
|
|
OptionalParam ( string paramName, decimal paramValue ) : |
Append a uri param to the uri, if the param has a value
|
|
OptionalParam ( string paramName, int paramValue ) : |
Append a uri param to the uri, if the param has a value
|
|
Param ( string paramName, bool paramValue ) : |
Append a uri param to the uri
|
|
Param ( string paramName, int paramValue ) : |
Append a uri param to the uri
|
|
Param ( string paramName, string paramValue ) : |
Append a uri param to the uri
|
|
Result ( ) : |
Generate the resulting Uri
|
|
Sort ( SortField sortField, SortOrder sortOrder ) : |
Append a sort field and sort order to the uri
|
|
SortOrder ( SortOrder sortOrder ) : |
Append a sort order to the uri
|
|
Start ( |
Start the Uri with the base uri
|
|
Start ( |
Start the Uri with the base uri and a path under that
|
|
Start ( |
Start the Uri with the base uri and a path under that
|
|
Start ( |
Start the Uri with the base uri and a path under that
|
|
Start ( |
Start the Uri with the base uri and a path under that
|
|
ToString ( ) : string |
Display for debug
|
Method | Description | |
---|---|---|
EtsyUriBuilder ( |
Initializes a new instance of the etsyUriBuilder class
|
public Append ( IEnumerable |
||
values | IEnumerable |
the values to append |
return |
public Append ( string urlPart ) : |
||
urlPart | string | the partial url text to append |
return |
public DetailLevel ( DetailLevel detailLevel ) : |
||
detailLevel | DetailLevel | the detail level |
return |
public Limit ( int limit ) : |
||
limit | int | the result set limit |
return |
public Offset ( int offset ) : |
||
offset | int | the result set offset |
return |
public OffsetLimit ( int offset, int limit ) : |
||
offset | int | the result set offset |
limit | int | the results limit |
return |
public OptionalParam ( string paramName, decimal paramValue ) : |
||
paramName | string | the param name |
paramValue | decimal | the param value |
return |
public OptionalParam ( string paramName, int paramValue ) : |
||
paramName | string | the param name |
paramValue | int | the param value |
return |
public Param ( string paramName, bool paramValue ) : |
||
paramName | string | the param name |
paramValue | bool | the param value |
return |
public Param ( string paramName, int paramValue ) : |
||
paramName | string | the param name |
paramValue | int | the param value |
return |
public Param ( string paramName, string paramValue ) : |
||
paramName | string | the param name |
paramValue | string | the param value |
return |
public Sort ( SortField sortField, SortOrder sortOrder ) : |
||
sortField | SortField | the sort field |
sortOrder | SortOrder | the sort order |
return |
public SortOrder ( SortOrder sortOrder ) : |
||
sortOrder | SortOrder | the sort order |
return |
public static Start ( |
||
etsyContext | the etsy context | |
return |
public static Start ( |
||
etsyContext | the etsy context | |
basePath | string | the path on the base uri |
return |
public static Start ( |
||
etsyContext | the etsy context | |
basePath | string | the path on the base uri |
color | the color to append | |
return |
public static Start ( |
||
etsyContext | the etsy context | |
basePath | string | the path on the base uri |
id | int | the item id to append |
return |
public static Start ( |
||
etsyContext | the etsy context | |
basePath | string | the path on the base uri |
id | string | the item id to append |
return |