Interface EanSearchClient
@FeignClient(name="eansearch",
configuration=EanSearchClientConfig.class,
path="/api")
public interface EanSearchClient
EanSearchClient -- The client for accessing the web service.
- Since:
- 3.0.0 2023-01-17
- Author:
- rlichti <rlichti@kaiserpfalz-edv.de>
-
Method Summary
Modifier and TypeMethodDescriptionbarcodeLookupEAN
(String ean13) barcodeLookupISBN
(String isbn10) barcodeLookupUPC
(String upc12)
-
Method Details
-
barcodeLookupEAN
-
barcodeLookupUPC
-
barcodeLookupISBN
-