embulk / embulk-base-restclient

Base class library for Embulk plugins to access RESTful services
https://www.embulk.org/
Apache License 2.0
6 stars 7 forks source link

Rename, move, and remove some classes. #3

Closed dmikurube closed 7 years ago

dmikurube commented 7 years ago

Renames and moves: ...restclient.writer.SchemaWriterFactory -> ...restclient.JacksonServiceResponseSchema ...restclient.AbstractWebApiInputPlugin -> ...restclient.RestClientInputPluginBase ...restclient.WebApiPluginTask -> ...restclient.RestClientInputTaskBase ...restclient.client.WebApiClient -> ...restclient.request.RetryHelper ...restclient.client.AbstractRetryableWebApiCall -> ...restclient.request.SingleRequester

Remove: ...restclient.client.RetryableWebApiCall

dmikurube commented 7 years ago

Next to #2, changing some class names toward #1.

dmikurube commented 7 years ago

Filed an issue #11 for JacksonServiceRequestSchema.