registry icon indicating copy to clipboard operation
registry copied to clipboard

added endpoint for business registry api

Open OlegPhenomenon opened this issue 1 year ago • 5 comments

OlegPhenomenon avatar Jul 17 '24 09:07 OlegPhenomenon

warning on deploy: Your Gemfile lists the gem net-ftp (>= 0) more than once. You should probably keep only one of them. Remove any duplicate entries and specify the gem only once. While it's not a problem now, it could cause errors if you change the version of one of them later.

vohmar avatar Oct 18 '24 10:10 vohmar

  • Get available domain name variants - fails to check for variant availability . Lists all the possible variants
  • Reserve a domain - fails to check for name availability and successfully creates a token for a registered domainname
  • Release reserved domain - returns "error": "Domain not found in reserved list" - status request at the same time returns unpaid (same name, same token (auth type bearer token))
  • get registration code for reserved domains - returns ""error": "Domain not found in reserved list"" - because of unpaid status?

vohmar avatar Oct 22 '24 08:10 vohmar

put here from our discussion:

but the problem is that the link is only available in the reservation response, I cannot get it afterwards ie with checking the reservation status. So if i did not save the response there is no way of recovering it

OlegPhenomenon avatar Oct 22 '24 09:10 OlegPhenomenon

  • Reserve a domain endpoint returns error 500 for domains available for reservation. It responds correctly with "Domain is not available" for those that are already taken
  • Release reserved domains - could not test because reservation does not work (previous bullet point). Same goes for getting the registration code

  • Get available domain name variants is OK now. But perhaps we should not announce availability in all zones - ie med.ee is meant strictly for medical organisations

vohmar avatar Oct 29 '24 09:10 vohmar

  • could not get multiple domains reserved in one request
  • status check and registration code request are doubling one another we could perhaps get away with just status check that will return the registration code when the reservation is set on a domain(s)
    • the domain name is missing from the registration_code response: "name": "name",

  • release reserved domain - OK
  • get registration code - OK

vohmar avatar Oct 29 '24 14:10 vohmar