SIDN / ietf-epp-restful-transport

RESTful transport for EPP
Other
3 stars 4 forks source link

HTTP POST is used twice for /domains/transfer #21

Closed mwullink closed 7 months ago

mwullink commented 8 months ago

used for:

Maybe need to consider to add the authorization info to a http request header? then also use this header for info command

mwullink commented 8 months ago

Created a new "transfers" collection for crud operations on a transfer

create transfer: POST /{c}/{i}/transfers
query transfer: GET /{c}/{i}/transfers/latest

mwullink commented 7 months ago

problem fixed see above