Skip to content

v0.7.3

Choose a tag to compare

@elithrar elithrar released this 17 Jan 07:33

Summary:

  • Adds the List Organizations endpoint
  • Increases the number of DNS records we pull down at once (note: need to fix pagination)
  • Adds the billing profile endpoint
  • Adds the update User endpoint.

CHANGELOG:
9d186a5 Implement ListOrganizations
e3a3c00 Add Go 1.7 to Travis
40db474 Merge pull request #102 from cloudflare/jamesog/all-dns-records
0c2ec30 feat(DNSRecords): return all records
afb06af feat(ResultInfo): add TotalPages field
055e0a9 Merge pull request #99 from gliptak/billingprofile1
5b7666a Implement UserBillingProfile
01acbdd Merge pull request #96 from gliptak/updateuser1
8e8f329 Implement UpdateUser call