Add domains transfer API

#660
This commit is contained in:
Artur Beljajev 2018-01-20 22:39:01 +02:00
parent 624cc70bef
commit 2185178162
3 changed files with 38 additions and 0 deletions

View file

@ -57,5 +57,6 @@ module Repp
mount Repp::DomainV1
mount Repp::ContactV1
mount Repp::AccountV1
mount Repp::DomainTransfersV1
end
end