Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Added method extendedAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Oct 31, 2014
1 parent af44ebe commit f0d144c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dnsimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,10 @@ app.user = function( user, callback ) {
})
}

app.extendedAttributes = function( tld, callback ) {
app.talk( 'GET', 'extended_attributes/'+ tld, callback )
}


// MODULE

Expand Down

0 comments on commit f0d144c

Please sign in to comment.