We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 438479d + e03820a commit 5bdbf08Copy full SHA for 5bdbf08
digitalocean/Account.py
@@ -5,6 +5,7 @@
5
class Account(BaseAPI):
6
def __init__(self, *args, **kwargs):
7
self.droplet_limit = None
8
+ self.floating_ip_limit = None
9
self.email = None
10
self.uuid = None
11
self.email_verified = None
digitalocean/tests/data/account/account.json
@@ -1,6 +1,7 @@
1
{
2
"account": {
3
"droplet_limit": 25,
4
+ "floating_ip_limit": 3,
"email": "web@digitalocean.com",
"uuid": "b6fc48dbf6d9906cace5f3c78dc9851e757381ef",
"email_verified": true,
0 commit comments