ApiHelperPathItem.put constructor

ApiHelperPathItem.put(
  1. String key,
  2. String path
)

Implementation

ApiHelperPathItem.put(this.key, this.path)
    : requestType = ApiHelperRequestType.put;