The JSON return value of "getMethodTable" API call contains a
reference to "getServerEpoch" which indicates it is of: "type":"Int"
Likewise, there is a reference to "ping" indicating it as of: "type":"String"
However, the API documentation does not provide any indication as to what "Int" and "String" are supposed to represent.
I assume the "Int" and "String" types correspond to "int" and "string" parameter types.
There is indication as to what the form that the "string" and "int" standard parameter types will take:
http://www.etsy.com/developers/documentation/getting_started/api_basics#section_parameter_typesIs there some benefit gained by establishing and maintaining two case sensitive names for the same type?