SenseNet / sn-io

Import and export features and tools for the sensenet repository.
GNU General Public License v2.0
0 stars 0 forks source link

Remove custom Retrier calls from snio #35

Open tusmester opened 1 year ago

tusmester commented 1 year ago

Currently we call the static Retrier API with RestCaller in snio. When the client API is available for making all necessary requests using the new repository API, remove the old Retrier calls, because they are already present inside the new client API.