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 spec to retrieve an order #82

Closed abunashir closed 7 years ago

abunashir commented 7 years ago

This commit adds the request specs for order retrieval interfaces. This usages the .all interface to list all the certificate orders, and then use the first order_id to retrieve the details using the Digicert::Order.fetch interface.