krystal/go-katapult

View on GitHub
core/fixtures/certificates_list.json

Summary

Maintainability
Test Coverage
{
  "pagination": {
    "current_page": 1,
    "total_pages": 1,
    "total": 3,
    "per_page": 30,
    "large_set": false
  },
  "certificates": [
    {
      "id": "cert_Xr8jREhulOP3UJoM",
      "name": "test1.example.com",
      "issuer": "lets_encrypt"
    },
    {
      "id": "cert_HJxL4lqK5o7Qy3mM",
      "name": "test-2.example.com",
      "issuer": "custom"
    },
    {
      "id": "cert_BJz8pI5zjmABRsE0",
      "name": "test-3.example.com",
      "issuer": "self_signed"
    }
  ]
}