Closed abunashir closed 7 years ago
This commit adds the request spec for certificate requests. It usages the .all interface to retrieve the list of requests, then it usages the first request_id to retrieve the details using the .fetch interface.
.all
request_id
.fetch
This commit adds the request spec for certificate requests. It usages the
.all
interface to retrieve the list of requests, then it usages the firstrequest_id
to retrieve the details using the.fetch
interface.