dnsimple 11.1.0 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +10 -5
- data/.github/workflows/release.yml +44 -13
- data/.github/workflows/sync-test-fixtures.yml +1 -1
- data/.rubocop.yml +4 -1
- data/.rubocop_dnsimple.yml +13 -41
- data/.rubocop_todo.yml +4 -9
- data/CHANGELOG.md +285 -183
- data/CONTRIBUTING.md +6 -40
- data/Gemfile +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +49 -40
- data/RELEASING.md +67 -0
- data/dnsimple.gemspec +1 -1
- data/lib/dnsimple/client/accounts.rb +1 -3
- data/lib/dnsimple/client/billing.rb +2 -4
- data/lib/dnsimple/client/certificates.rb +0 -2
- data/lib/dnsimple/client/clients.rb +2 -40
- data/lib/dnsimple/client/contacts.rb +17 -19
- data/lib/dnsimple/client/dns_analytics.rb +2 -4
- data/lib/dnsimple/client/domains.rb +13 -15
- data/lib/dnsimple/client/domains_delegation_signer_records.rb +18 -20
- data/lib/dnsimple/client/domains_dnssec.rb +9 -11
- data/lib/dnsimple/client/domains_email_forwards.rb +18 -20
- data/lib/dnsimple/client/domains_pushes.rb +13 -15
- data/lib/dnsimple/client/identity.rb +4 -9
- data/lib/dnsimple/client/oauth.rb +1 -3
- data/lib/dnsimple/client/registrar.rb +45 -47
- data/lib/dnsimple/client/registrar_auto_renewal.rb +6 -8
- data/lib/dnsimple/client/registrar_delegation.rb +14 -16
- data/lib/dnsimple/client/registrar_registrant_changes.rb +14 -16
- data/lib/dnsimple/client/registrar_transfer_lock.rb +9 -11
- data/lib/dnsimple/client/registrar_whois_privacy.rb +6 -48
- data/lib/dnsimple/client/services.rb +4 -6
- data/lib/dnsimple/client/services_domains.rb +12 -14
- data/lib/dnsimple/client/templates.rb +17 -19
- data/lib/dnsimple/client/templates_domains.rb +4 -6
- data/lib/dnsimple/client/templates_records.rb +18 -20
- data/lib/dnsimple/client/tlds.rb +6 -8
- data/lib/dnsimple/client/vanity_name_servers.rb +0 -2
- data/lib/dnsimple/client/webhooks.rb +11 -13
- data/lib/dnsimple/client/zones.rb +16 -18
- data/lib/dnsimple/client/zones_distributions.rb +4 -6
- data/lib/dnsimple/client/zones_records.rb +29 -31
- data/lib/dnsimple/client.rb +22 -24
- data/lib/dnsimple/default.rb +0 -4
- data/lib/dnsimple/error.rb +0 -6
- data/lib/dnsimple/extra.rb +4 -6
- data/lib/dnsimple/options.rb +1 -7
- data/lib/dnsimple/response.rb +4 -13
- data/lib/dnsimple/struct/account.rb +0 -2
- data/lib/dnsimple/struct/certificate.rb +0 -2
- data/lib/dnsimple/struct/certificate_bundle.rb +0 -2
- data/lib/dnsimple/struct/certificate_purchase.rb +0 -2
- data/lib/dnsimple/struct/certificate_renewal.rb +0 -2
- data/lib/dnsimple/struct/charge.rb +4 -8
- data/lib/dnsimple/struct/collaborator.rb +0 -2
- data/lib/dnsimple/struct/contact.rb +0 -2
- data/lib/dnsimple/struct/delegation_signer_record.rb +0 -2
- data/lib/dnsimple/struct/dns_analytics.rb +0 -2
- data/lib/dnsimple/struct/dnssec.rb +0 -2
- data/lib/dnsimple/struct/domain.rb +0 -2
- data/lib/dnsimple/struct/domain_check.rb +0 -2
- data/lib/dnsimple/struct/domain_premium_price.rb +0 -2
- data/lib/dnsimple/struct/domain_price.rb +0 -2
- data/lib/dnsimple/struct/domain_push.rb +0 -2
- data/lib/dnsimple/struct/domain_registration.rb +0 -2
- data/lib/dnsimple/struct/domain_renewal.rb +0 -2
- data/lib/dnsimple/struct/domain_restore.rb +0 -2
- data/lib/dnsimple/struct/domain_transfer.rb +0 -2
- data/lib/dnsimple/struct/email_forward.rb +0 -2
- data/lib/dnsimple/struct/extended_attribute.rb +0 -4
- data/lib/dnsimple/struct/oauth_token.rb +0 -2
- data/lib/dnsimple/struct/registrant_change.rb +0 -2
- data/lib/dnsimple/struct/registrant_change_check.rb +0 -2
- data/lib/dnsimple/struct/service.rb +0 -4
- data/lib/dnsimple/struct/template.rb +0 -2
- data/lib/dnsimple/struct/template_record.rb +0 -2
- data/lib/dnsimple/struct/tld.rb +0 -2
- data/lib/dnsimple/struct/transfer_lock.rb +0 -2
- data/lib/dnsimple/struct/user.rb +0 -2
- data/lib/dnsimple/struct/vanity_name_server.rb +0 -2
- data/lib/dnsimple/struct/webhook.rb +0 -2
- data/lib/dnsimple/struct/whoami.rb +2 -4
- data/lib/dnsimple/struct/whois_privacy.rb +0 -2
- data/lib/dnsimple/struct/zone.rb +0 -2
- data/lib/dnsimple/struct/zone_distribution.rb +0 -2
- data/lib/dnsimple/struct/zone_file.rb +0 -2
- data/lib/dnsimple/struct/zone_record.rb +0 -2
- data/lib/dnsimple/struct/zone_record_id.rb +0 -2
- data/lib/dnsimple/struct/zone_records_batch_change.rb +0 -2
- data/lib/dnsimple/struct.rb +0 -3
- data/lib/dnsimple/version.rb +1 -3
- data/lib/dnsimple.rb +1 -3
- data/spec/dnsimple/client/client_service_spec.rb +12 -10
- data/spec/dnsimple/client/oauth_spec.rb +6 -6
- data/spec/dnsimple/client/registrar_whois_privacy_spec.rb +0 -82
- data/spec/fixtures.http/acceptPush/success.http +15 -15
- data/spec/fixtures.http/accounts/success-account.http +20 -20
- data/spec/fixtures.http/accounts/success-user.http +21 -21
- data/spec/fixtures.http/activateZoneService/success.http +16 -16
- data/spec/fixtures.http/appliedServices/success.http +19 -19
- data/spec/fixtures.http/applyService/success.http +15 -15
- data/spec/fixtures.http/applyTemplate/success.http +13 -13
- data/spec/fixtures.http/authorizeDomainTransferOut/success.http +13 -13
- data/spec/fixtures.http/badgateway.http +5 -5
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_create_validation_failed.http +16 -16
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_delete_validation_failed.http +3 -3
- data/spec/fixtures.http/batchChangeZoneRecords/error_400_update_validation_failed.http +3 -3
- data/spec/fixtures.http/batchChangeZoneRecords/success.http +16 -16
- data/spec/fixtures.http/cancelDomainTransfer/success.http +17 -17
- data/spec/fixtures.http/changeDomainDelegation/success.http +15 -15
- data/spec/fixtures.http/changeDomainDelegationFromVanity/success.http +15 -15
- data/spec/fixtures.http/changeDomainDelegationToVanity/success.http +17 -17
- data/spec/fixtures.http/checkDomain/success.http +15 -15
- data/spec/fixtures.http/checkRegistrantChange/error-contactnotfound.http +3 -3
- data/spec/fixtures.http/checkRegistrantChange/error-domainnotfound.http +3 -3
- data/spec/fixtures.http/checkRegistrantChange/success.http +15 -15
- data/spec/fixtures.http/checkZoneDistribution/error.http +17 -17
- data/spec/fixtures.http/checkZoneDistribution/failure.http +17 -17
- data/spec/fixtures.http/checkZoneDistribution/success.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/error.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/failure.http +17 -17
- data/spec/fixtures.http/checkZoneRecordDistribution/success.http +17 -17
- data/spec/fixtures.http/createContact/created.http +16 -16
- data/spec/fixtures.http/createContact/error-validation-errors.http +15 -15
- data/spec/fixtures.http/createDelegationSignerRecord/created.http +17 -17
- data/spec/fixtures.http/createDelegationSignerRecord/validation-error.http +15 -15
- data/spec/fixtures.http/createDomain/created.http +19 -19
- data/spec/fixtures.http/createEmailForward/created.http +21 -21
- data/spec/fixtures.http/createPrimaryServer/created.http +20 -20
- data/spec/fixtures.http/createRegistrantChange/success.http +14 -14
- data/spec/fixtures.http/createSecondaryZone/created.http +20 -20
- data/spec/fixtures.http/createTemplate/created.http +15 -15
- data/spec/fixtures.http/createTemplateRecord/created.http +16 -16
- data/spec/fixtures.http/createWebhook/created.http +13 -13
- data/spec/fixtures.http/createZoneRecord/created-apex.http +13 -13
- data/spec/fixtures.http/createZoneRecord/created.http +13 -13
- data/spec/fixtures.http/deactivateZoneService/success.http +16 -16
- data/spec/fixtures.http/deleteContact/error-contact-in-use.http +15 -15
- data/spec/fixtures.http/deleteContact/success.http +13 -13
- data/spec/fixtures.http/deleteDelegationSignerRecord/success.http +15 -15
- data/spec/fixtures.http/deleteDomain/success.http +11 -11
- data/spec/fixtures.http/deleteEmailForward/success.http +18 -18
- data/spec/fixtures.http/deleteRegistrantChange/success.http +13 -13
- data/spec/fixtures.http/deleteRegistrantChange/success_async.http +3 -3
- data/spec/fixtures.http/deleteTemplate/success.http +13 -13
- data/spec/fixtures.http/deleteTemplateRecord/success.http +13 -13
- data/spec/fixtures.http/deleteWebhook/success.http +13 -13
- data/spec/fixtures.http/deleteZoneRecord/success.http +11 -11
- data/spec/fixtures.http/disableDnssec/not-enabled.http +15 -15
- data/spec/fixtures.http/disableDnssec/success.http +15 -15
- data/spec/fixtures.http/disableDomainAutoRenewal/success.http +13 -13
- data/spec/fixtures.http/disableDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/disableVanityNameServers/success.http +15 -15
- data/spec/fixtures.http/disableWhoisPrivacy/success.http +16 -16
- data/spec/fixtures.http/dnsAnalytics/success.http +17 -17
- data/spec/fixtures.http/downloadCertificate/success.http +19 -19
- data/spec/fixtures.http/enableDnssec/success.http +17 -17
- data/spec/fixtures.http/enableDomainAutoRenewal/success.http +13 -13
- data/spec/fixtures.http/enableDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/enableVanityNameServers/success.http +17 -17
- data/spec/fixtures.http/enableWhoisPrivacy/created.http +16 -16
- data/spec/fixtures.http/enableWhoisPrivacy/success.http +16 -16
- data/spec/fixtures.http/getCertificate/success.http +19 -19
- data/spec/fixtures.http/getCertificatePrivateKey/success.http +20 -20
- data/spec/fixtures.http/getContact/success.http +16 -16
- data/spec/fixtures.http/getDelegationSignerRecord/success.http +17 -17
- data/spec/fixtures.http/getDnssec/success.http +17 -17
- data/spec/fixtures.http/getDomain/success.http +19 -19
- data/spec/fixtures.http/getDomainDelegation/success-empty.http +15 -15
- data/spec/fixtures.http/getDomainDelegation/success.http +15 -15
- data/spec/fixtures.http/getDomainPrices/failure.http +18 -18
- data/spec/fixtures.http/getDomainPrices/success.http +21 -21
- data/spec/fixtures.http/getDomainRegistration/success.http +20 -20
- data/spec/fixtures.http/getDomainRenewal/success.http +20 -20
- data/spec/fixtures.http/getDomainRestore/success.http +22 -22
- data/spec/fixtures.http/getDomainTransfer/success.http +19 -19
- data/spec/fixtures.http/getDomainTransferLock/success.http +17 -17
- data/spec/fixtures.http/getEmailForward/success.http +21 -21
- data/spec/fixtures.http/getPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/getRegistrantChange/success.http +15 -15
- data/spec/fixtures.http/getService/success.http +16 -16
- data/spec/fixtures.http/getTemplate/success.http +15 -15
- data/spec/fixtures.http/getTemplateRecord/success.http +16 -16
- data/spec/fixtures.http/getTld/success.http +20 -20
- data/spec/fixtures.http/getTldExtendedAttributes/success-attributes.http +15 -15
- data/spec/fixtures.http/getTldExtendedAttributes/success-noattributes.http +15 -15
- data/spec/fixtures.http/getTldExtendedAttributes/success.http +15 -15
- data/spec/fixtures.http/getWebhook/success.http +13 -13
- data/spec/fixtures.http/getZone/success.http +16 -16
- data/spec/fixtures.http/getZoneFile/success.http +17 -17
- data/spec/fixtures.http/getZoneRecord/success.http +17 -17
- data/spec/fixtures.http/initiatePush/success.http +17 -17
- data/spec/fixtures.http/issueLetsencryptCertificate/success.http +17 -17
- data/spec/fixtures.http/issueRenewalLetsencryptCertificate/success.http +17 -17
- data/spec/fixtures.http/linkPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/listAccounts/success-account.http +20 -20
- data/spec/fixtures.http/listAccounts/success-user.http +20 -20
- data/spec/fixtures.http/listCertificates/success.http +19 -19
- data/spec/fixtures.http/listCharges/fail-400-bad-filter.http +9 -9
- data/spec/fixtures.http/listCharges/fail-403.http +9 -9
- data/spec/fixtures.http/listCharges/success.http +9 -9
- data/spec/fixtures.http/listContacts/success.http +16 -16
- data/spec/fixtures.http/listDelegationSignerRecords/success.http +17 -17
- data/spec/fixtures.http/listDomains/success.http +19 -19
- data/spec/fixtures.http/listEmailForwards/success.http +13 -13
- data/spec/fixtures.http/listPrimaryServers/success.http +20 -20
- data/spec/fixtures.http/listPushes/success.http +17 -17
- data/spec/fixtures.http/listRegistrantChanges/success.http +15 -15
- data/spec/fixtures.http/listServices/success.http +17 -17
- data/spec/fixtures.http/listTemplateRecords/success.http +16 -16
- data/spec/fixtures.http/listTemplates/success.http +15 -15
- data/spec/fixtures.http/listTlds/success.http +20 -20
- data/spec/fixtures.http/listWebhooks/success.http +13 -13
- data/spec/fixtures.http/listZoneRecords/success.http +17 -17
- data/spec/fixtures.http/listZones/success.http +16 -16
- data/spec/fixtures.http/method-not-allowed.http +8 -8
- data/spec/fixtures.http/notfound-certificate.http +12 -12
- data/spec/fixtures.http/notfound-contact.http +10 -10
- data/spec/fixtures.http/notfound-delegationSignerRecord.http +8 -8
- data/spec/fixtures.http/notfound-domain.http +8 -8
- data/spec/fixtures.http/notfound-domainpush.http +8 -8
- data/spec/fixtures.http/notfound-emailforward.http +8 -8
- data/spec/fixtures.http/notfound-record.http +10 -10
- data/spec/fixtures.http/notfound-template.http +10 -10
- data/spec/fixtures.http/notfound-webhook.http +8 -8
- data/spec/fixtures.http/notfound-whoisprivacy.http +10 -10
- data/spec/fixtures.http/notfound-zone.http +10 -10
- data/spec/fixtures.http/oauthAccessToken/error-invalid-request.http +12 -12
- data/spec/fixtures.http/oauthAccessToken/success.http +16 -16
- data/spec/fixtures.http/pages-1of3.http +12 -12
- data/spec/fixtures.http/pages-2of3.http +12 -12
- data/spec/fixtures.http/pages-3of3.http +12 -12
- data/spec/fixtures.http/purchaseLetsencryptCertificate/success.http +19 -19
- data/spec/fixtures.http/purchaseRenewalLetsencryptCertificate/success.http +19 -19
- data/spec/fixtures.http/registerDomain/error-extended-attributes.http +15 -15
- data/spec/fixtures.http/registerDomain/success.http +20 -20
- data/spec/fixtures.http/rejectPush/success.http +15 -15
- data/spec/fixtures.http/renewDomain/error-tooearly.http +14 -14
- data/spec/fixtures.http/renewDomain/success.http +20 -20
- data/spec/fixtures.http/response.http +12 -12
- data/spec/fixtures.http/restoreDomain/success.http +22 -22
- data/spec/fixtures.http/success-with-malformed-json.http +4 -4
- data/spec/fixtures.http/transferDomain/error-indnsimple.http +13 -13
- data/spec/fixtures.http/transferDomain/error-missing-authcode.http +13 -13
- data/spec/fixtures.http/transferDomain/success.http +20 -20
- data/spec/fixtures.http/unapplyService/success.http +15 -15
- data/spec/fixtures.http/unlinkPrimaryServer/success.http +20 -20
- data/spec/fixtures.http/updateContact/success.http +16 -16
- data/spec/fixtures.http/updateTemplate/success.http +15 -15
- data/spec/fixtures.http/updateZoneNsRecords/success.http +16 -16
- data/spec/fixtures.http/updateZoneRecord/success.http +17 -17
- data/spec/fixtures.http/validation-error.http +15 -15
- data/spec/fixtures.http/whoami/success-account.http +15 -15
- data/spec/fixtures.http/whoami/success-user.http +15 -15
- data/spec/fixtures.http/whoami/success.http +15 -15
- data/spec/support/helpers.rb +0 -2
- metadata +7 -13
- data/lib/dnsimple/struct/whois_privacy_renewal.rb +0 -30
- data/spec/fixtures.http/checkDomainPremiumPrice/error_400_not_a_premium_domain.http +0 -18
- data/spec/fixtures.http/checkDomainPremiumPrice/error_400_tld_not_supported.http +0 -18
- data/spec/fixtures.http/checkDomainPremiumPrice/success.http +0 -20
- data/spec/fixtures.http/getDomainPremiumPrice/failure.http +0 -15
- data/spec/fixtures.http/getDomainPremiumPrice/success.http +0 -20
- data/spec/fixtures.http/getWhoisPrivacy/success.http +0 -16
- data/spec/fixtures.http/renewWhoisPrivacy/success.http +0 -20
- data/spec/fixtures.http/renewWhoisPrivacy/whois-privacy-duplicated-order.http +0 -18
- data/spec/fixtures.http/renewWhoisPrivacy/whois-privacy-not-found.http +0 -18
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{"data":[{"id":296,"template_id":268,"name":"","content":"192.168.1.1","ttl":3600,"priority":null,"type":"A","created_at":"2016-04-26T08:23:54Z","updated_at":"2016-04-26T08:23:54Z"},{"id":298,"template_id":268,"name":"www","content":"{{domain}}","ttl":3600,"priority":null,"type":"CNAME","created_at":"2016-04-26T08:25:11Z","updated_at":"2016-04-26T08:25:11Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":2,"total_pages":1}}
|
|
1
|
+
HTTP/1.1 200 OK
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Tue, 03 May 2016 08:07:17 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 200 OK
|
|
7
|
+
x-ratelimit-limit: 2400
|
|
8
|
+
x-ratelimit-remaining: 2391
|
|
9
|
+
x-ratelimit-reset: 1462265481
|
|
10
|
+
etag: W/"3e53584bcf1ce7c7ee4c0bdf734224fa"
|
|
11
|
+
cache-control: max-age=0, private, must-revalidate
|
|
12
|
+
x-request-id: 79c25a93-0660-4479-a71f-201c26309e00
|
|
13
|
+
x-runtime: 0.252889
|
|
14
|
+
strict-transport-security: max-age=31536000
|
|
15
|
+
|
|
16
|
+
{"data":[{"id":296,"template_id":268,"name":"","content":"192.168.1.1","ttl":3600,"priority":null,"type":"A","created_at":"2016-04-26T08:23:54Z","updated_at":"2016-04-26T08:23:54Z"},{"id":298,"template_id":268,"name":"www","content":"{{domain}}","ttl":3600,"priority":null,"type":"CNAME","created_at":"2016-04-26T08:25:11Z","updated_at":"2016-04-26T08:25:11Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":2,"total_pages":1}}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
HTTP/1.1 200 OK
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Tue, 22 Mar 2016 11:11:50 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 200 OK
|
|
7
|
+
x-ratelimit-limit: 2400
|
|
8
|
+
x-ratelimit-remaining: 2396
|
|
9
|
+
x-ratelimit-reset: 1458648490
|
|
10
|
+
etag: W/"2d1c99cff82eace0e995d901b465bbde"
|
|
11
|
+
cache-control: max-age=0, private, must-revalidate
|
|
12
|
+
x-request-id: 774e871f-8bda-40d7-bed9-bd907e872987
|
|
13
|
+
x-runtime: 0.193956
|
|
14
|
+
strict-transport-security: max-age=31536000
|
|
15
|
+
|
|
16
16
|
{"data":[{"id":1,"account_id":1010,"name":"Alpha","sid":"alpha","description":"An alpha template.","created_at":"2016-03-22T11:08:58Z","updated_at":"2016-03-22T11:08:58Z"},{"id":2,"account_id":1010,"name":"Beta","sid":"beta","description":"A beta template.","created_at":"2016-03-22T11:11:26Z","updated_at":"2016-03-22T11:11:26Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":2,"total_pages":1}}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
{"data":[{"tld":"ac","tld_type":2,"whois_privacy":false,"auto_renew_only":true,"idn":false,"minimum_registration":1,"registration_enabled":true,"renewal_enabled":true,"transfer_enabled":false,"dnssec_interface_type":"ds","name_server_min":"2","name_server_max":"13"},{"tld":"academy","tld_type":3,"whois_privacy":true,"auto_renew_only":false,"idn":true,"minimum_registration":1,"registration_enabled":true,"renewal_enabled":true,"transfer_enabled":true,"dnssec_interface_type":"key","name_server_min":"2","name_server_max":"13"}],"pagination":{"current_page":1,"per_page":2,"total_entries":195,"total_pages":98}}
|
|
1
|
+
HTTP/1.1 200 OK
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Fri, 23 Sep 2016 08:22:50 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
x-ratelimit-limit: 2400
|
|
7
|
+
x-ratelimit-remaining: 2397
|
|
8
|
+
x-ratelimit-reset: 1474622397
|
|
9
|
+
etag: W/"06436132982cdf558bc1472b1e15a786"
|
|
10
|
+
cache-control: max-age=0, private, must-revalidate
|
|
11
|
+
x-request-id: c78c1f6c-2143-4646-9049-313ccd9e24bd
|
|
12
|
+
x-runtime: 0.012861
|
|
13
|
+
x-content-type-options: nosniff
|
|
14
|
+
x-download-options: noopen
|
|
15
|
+
x-frame-options: DENY
|
|
16
|
+
x-permitted-cross-domain-policies: none
|
|
17
|
+
x-xss-protection: 1; mode=block
|
|
18
|
+
strict-transport-security: max-age=31536000
|
|
19
|
+
|
|
20
|
+
{"data":[{"tld":"ac","tld_type":2,"whois_privacy":false,"auto_renew_only":true,"idn":false,"minimum_registration":1,"registration_enabled":true,"renewal_enabled":true,"transfer_enabled":false,"dnssec_interface_type":"ds","name_server_min":"2","name_server_max":"13"},{"tld":"academy","tld_type":3,"whois_privacy":true,"auto_renew_only":false,"idn":true,"minimum_registration":1,"registration_enabled":true,"renewal_enabled":true,"transfer_enabled":true,"dnssec_interface_type":"key","name_server_min":"2","name_server_max":"13"}],"pagination":{"current_page":1,"per_page":2,"total_entries":195,"total_pages":98}}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Mon, 15 Feb 2016 17:06:21 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 200 OK
|
|
7
|
+
x-ratelimit-limit: 4000
|
|
8
|
+
x-ratelimit-remaining: 3991
|
|
9
|
+
x-ratelimit-reset: 1455559348
|
|
10
|
+
etag: W/"01f1ea26e8e06d8d969bf06678bf7d12"
|
|
11
|
+
cache-control: max-age=0, private, must-revalidate
|
|
12
|
+
x-request-id: bc611cd0-d1a9-48d0-b450-c9c86f0d0dcf
|
|
13
|
+
x-runtime: 0.104174
|
|
14
|
+
strict-transport-security: max-age=31536000
|
|
15
15
|
|
|
16
16
|
{"data":[{"id":1,"url":"https://webhook.test","suppressed_at":null},{"id":2,"url":"https://another.test","suppressed_at":null}]}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Wed, 05 Oct 2016 09:27:02 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
x-ratelimit-limit: 2400
|
|
7
|
+
x-ratelimit-remaining: 2397
|
|
8
|
+
x-ratelimit-reset: 1475662531
|
|
9
|
+
etag: W/"4a6291c6424d22726fb7087cfdf99ab9"
|
|
10
|
+
cache-control: max-age=0, private, must-revalidate
|
|
11
|
+
x-request-id: 8a2279ac-709e-42ac-8964-95a5534acfb9
|
|
12
|
+
x-runtime: 0.271719
|
|
13
|
+
x-content-type-options: nosniff
|
|
14
|
+
x-download-options: noopen
|
|
15
|
+
x-frame-options: DENY
|
|
16
|
+
x-permitted-cross-domain-policies: none
|
|
17
|
+
x-xss-protection: 1; mode=block
|
|
18
|
+
strict-transport-security: max-age=31536000
|
|
19
19
|
|
|
20
20
|
{"data":[{"id":1,"zone_id":"example.com","parent_id":null,"name":"","content":"ns1.dnsimple.com admin.dnsimple.com 1458642070 86400 7200 604800 300","ttl":3600,"priority":null,"type":"SOA","regions":["global"],"system_record":true,"created_at":"2016-03-22T10:20:53Z","updated_at":"2016-10-05T09:26:38Z"},{"id":69061,"zone_id":"example.com","parent_id":null,"name":"","content":"ns1.dnsimple.com","ttl":3600,"priority":null,"type":"NS","regions":["global"],"system_record":true,"created_at":"2016-03-22T10:20:53Z","updated_at":"2016-03-22T10:20:53Z"},{"id":2,"zone_id":"example.com","parent_id":null,"name":"","content":"ns2.dnsimple.com","ttl":3600,"priority":null,"type":"NS","regions":["global"],"system_record":true,"created_at":"2016-03-22T10:20:53Z","updated_at":"2016-03-22T10:20:53Z"},{"id":3,"zone_id":"example.com","parent_id":null,"name":"","content":"ns3.dnsimple.com","ttl":3600,"priority":null,"type":"NS","regions":["global"],"system_record":true,"created_at":"2016-03-22T10:20:53Z","updated_at":"2016-03-22T10:20:53Z"},{"id":4,"zone_id":"example.com","parent_id":null,"name":"","content":"ns4.dnsimple.com","ttl":3600,"priority":null,"type":"NS","regions":["global"],"system_record":true,"created_at":"2016-03-22T10:20:53Z","updated_at":"2016-03-22T10:20:53Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":5,"total_pages":1}}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{"data":[{"id":1,"account_id":1010,"name":"example-alpha.com","reverse":false,"secondary":false,"last_transferred_at":null,"active":true,"created_at":"2015-04-23T07:40:03Z","updated_at":"2015-04-23T07:40:03Z"},{"id":2,"account_id":1010,"name":"example-beta.com","reverse":false,"secondary":false,"last_transferred_at":null,"active":true,"created_at":"2015-04-23T07:40:03Z","updated_at":"2015-04-23T07:40:03Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":2,"total_pages":1}}
|
|
1
|
+
HTTP/1.1 200 OK
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Fri, 22 Jan 2016 16:54:24 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 200 OK
|
|
7
|
+
x-ratelimit-limit: 4000
|
|
8
|
+
x-ratelimit-remaining: 3994
|
|
9
|
+
x-ratelimit-reset: 1453484045
|
|
10
|
+
etag: W/"485e03204e1853519bd637be743f2b25"
|
|
11
|
+
cache-control: max-age=0, private, must-revalidate
|
|
12
|
+
x-request-id: 01be9fa5-3a00-4d51-a927-f17587cb67ec
|
|
13
|
+
x-runtime: 0.037083
|
|
14
|
+
strict-transport-security: max-age=31536000
|
|
15
|
+
|
|
16
|
+
{"data":[{"id":1,"account_id":1010,"name":"example-alpha.com","reverse":false,"secondary":false,"last_transferred_at":null,"active":true,"created_at":"2015-04-23T07:40:03Z","updated_at":"2015-04-23T07:40:03Z"},{"id":2,"account_id":1010,"name":"example-beta.com","reverse":false,"secondary":false,"last_transferred_at":null,"active":true,"created_at":"2015-04-23T07:40:03Z","updated_at":"2015-04-23T07:40:03Z"}],"pagination":{"current_page":1,"per_page":30,"total_entries":2,"total_pages":1}}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
HTTP/1.1 405 Method Not Allowed
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Fri, 15 Apr 2016 14:15:04 GMT
|
|
4
|
+
connection: keep-alive
|
|
5
|
+
status: 405 Method Not Allowed
|
|
6
|
+
allow: DELETE, GET, HEAD, PATCH, POST
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 64c0a5e1-4cbb-4287-98a7-93085a77ac55
|
|
9
|
+
x-runtime: 0.050104
|
|
10
10
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Tue, 19 Jul 2016 08:56:34 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
cache-control: no-cache
|
|
7
|
+
x-request-id: 9a51fa7e-cc9b-498b-bf8d-ee3b2819c0c6
|
|
8
|
+
x-runtime: 0.040469
|
|
9
|
+
x-content-type-options: nosniff
|
|
10
|
+
x-download-options: noopen
|
|
11
|
+
x-frame-options: DENY
|
|
12
|
+
x-permitted-cross-domain-policies: none
|
|
13
|
+
x-xss-protection: 1; mode=block
|
|
14
14
|
|
|
15
15
|
{"message":"Certificate `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
HTTP/1.1 404 Not Found
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Tue, 19 Jan 2016 21:04:48 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: a57d4e23-3155-477e-8469-e897b27c03e5
|
|
9
|
+
x-runtime: 0.014159
|
|
10
|
+
|
|
11
11
|
{"message":"Contact `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Thu, 04 Feb 2016 14:44:56 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 50eea494-cc14-4db0-bc11-306aa525bbfd
|
|
9
|
+
x-runtime: 0.028036
|
|
10
10
|
|
|
11
11
|
{"message":"Delegation signer record `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Wed, 16 Dec 2015 22:07:20 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
strict-transport-security: max-age=31536000
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: bc587ea7-bcd5-4c10-a940-a9b4c8339824
|
|
9
|
+
x-runtime: 0.059966
|
|
10
10
|
|
|
11
11
|
{"message":"Domain `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Thu, 04 Feb 2016 14:44:56 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 50eea494-cc14-4db0-bc11-306aa525bbfd
|
|
9
|
+
x-runtime: 0.028036
|
|
10
10
|
|
|
11
11
|
{"message":"Domain push `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Thu, 04 Feb 2016 14:44:56 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 50eea494-cc14-4db0-bc11-306aa525bbfd
|
|
9
|
+
x-runtime: 0.028036
|
|
10
10
|
|
|
11
11
|
{"message":"Email forward `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
HTTP/1.1 404 Not Found
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Fri, 22 Jan 2016 16:46:07 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 35af0fd2-d020-4f70-861e-b6a42a190bf6
|
|
9
|
+
x-runtime: 0.018847
|
|
10
|
+
|
|
11
11
|
{"message":"Record `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
HTTP/1.1 404 Not Found
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Wed, 04 May 2016 09:35:45 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 8d380d93-b974-4d51-82a3-5b10bce4167a
|
|
9
|
+
x-runtime: 0.071884
|
|
10
|
+
|
|
11
11
|
{"message":"Template `beta` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Thu, 03 Mar 2016 11:55:29 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 4f154fa2-3ce9-4bdd-88a3-42ccc8dbc087
|
|
9
|
+
x-runtime: 0.012159
|
|
10
10
|
|
|
11
11
|
{"message":"Webhook `0` not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
HTTP/1.1 404 Not Found
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Sat, 13 Feb 2016 14:34:32 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: d5ce788e-bd8d-4edb-bcd6-50a1deacd595
|
|
9
|
+
x-runtime: 0.031090
|
|
10
|
+
|
|
11
11
|
{"message":"Whois privacy for example-1455121347.com not found"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
HTTP/1.1 404 Not Found
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
HTTP/1.1 404 Not Found
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Fri, 22 Jan 2016 16:46:02 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 404 Not Found
|
|
7
|
+
cache-control: no-cache
|
|
8
|
+
x-request-id: 9c19bef5-6902-421c-9f91-dec3bae26102
|
|
9
|
+
x-runtime: 0.014705
|
|
10
|
+
|
|
11
11
|
{"message":"Zone `0` not found"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
HTTP/1.1 400 Bad Request
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Mon, 08 Feb 2016 21:24:19 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
x-ratelimit-limit: 30
|
|
7
|
+
x-ratelimit-remaining: 29
|
|
8
|
+
x-ratelimit-reset: 1454970259
|
|
9
|
+
etag: W/"def417b4ade951f8148bb6a4fa3fcf5a"
|
|
10
|
+
cache-control: max-age=0, private, must-revalidate
|
|
11
|
+
x-request-id: e8c544cf-fcc3-4762-a200-60c0320a2575
|
|
12
|
+
x-runtime: 0.105600
|
|
13
|
+
strict-transport-security: max-age=31536000
|
|
14
14
|
|
|
15
15
|
{"error":"invalid_request","error_description":"Invalid \"state\": value doesn't match the \"state\" in the authorization request"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{"access_token":"zKQ7OLqF5N1gylcJweA9WodA000BUNJD","token_type":"Bearer","scope":null,"account_id":1}
|
|
1
|
+
HTTP/1.1 200 OK
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Mon, 08 Feb 2016 21:24:19 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
status: 200 OK
|
|
7
|
+
x-ratelimit-limit: 30
|
|
8
|
+
x-ratelimit-remaining: 29
|
|
9
|
+
x-ratelimit-reset: 1454970259
|
|
10
|
+
etag: W/"def417b4ade951f8148bb6a4fa3fcf5a"
|
|
11
|
+
cache-control: max-age=0, private, must-revalidate
|
|
12
|
+
x-request-id: e8c544cf-fcc3-4762-a200-60c0320a2575
|
|
13
|
+
x-runtime: 0.105600
|
|
14
|
+
strict-transport-security: max-age=31536000
|
|
15
|
+
|
|
16
|
+
{"access_token":"zKQ7OLqF5N1gylcJweA9WodA000BUNJD","token_type":"Bearer","scope":null,"account_id":1}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Wed, 16 Dec 2015 13:36:11 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
x-ratelimit-limit: 4000
|
|
7
|
+
x-ratelimit-remaining: 3997
|
|
8
|
+
x-ratelimit-reset: 1450272970
|
|
9
|
+
etag: W/"2679531e6cce6cd326f255255d7a0005"
|
|
10
|
+
cache-control: max-age=0, private, must-revalidate
|
|
11
|
+
x-request-id: a87f1b44-150a-4ed0-b7da-9301fa1465b0
|
|
12
|
+
x-runtime: 0.093714
|
|
13
|
+
strict-transport-security: max-age=31536000
|
|
14
14
|
|
|
15
15
|
{"data":[{"id":1},{"id":2}],"pagination":{"current_page":1,"per_page":2,"total_entries":5,"total_pages":3}}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
HTTP/1.1 200 OK
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
server: nginx
|
|
3
|
+
date: Wed, 16 Dec 2015 13:36:11 GMT
|
|
4
|
+
content-type: application/json; charset=utf-8
|
|
5
|
+
connection: keep-alive
|
|
6
|
+
x-ratelimit-limit: 4000
|
|
7
|
+
x-ratelimit-remaining: 3997
|
|
8
|
+
x-ratelimit-reset: 1450272970
|
|
9
|
+
etag: W/"2679531e6cce6cd326f255255d7a0005"
|
|
10
|
+
cache-control: max-age=0, private, must-revalidate
|
|
11
|
+
x-request-id: a87f1b44-150a-4ed0-b7da-9301fa1465b0
|
|
12
|
+
x-runtime: 0.093714
|
|
13
|
+
strict-transport-security: max-age=31536000
|
|
14
14
|
|
|
15
15
|
{"data":[{"id":3},{"id":4}],"pagination":{"current_page":2,"per_page":2,"total_entries":5,"total_pages":3}}
|