riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

Add request specs for certificate request #81

Closed abunashir closed 7 years ago

abunashir commented 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.