Class InventoryExportApi
java.lang.Object
com.amilesend.discogs.api.ApiBase
com.amilesend.discogs.api.InventoryExportApi
The Discogs Inventory Export API.
API Documentation
API Documentation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryExportApi
(DiscogsConnection connection) Creates a newInventoryExportApi
object. -
Method Summary
Modifier and TypeMethodDescriptiondownloadExport
(@NonNull DownloadInventoryExportRequest request) Downloads an inventory export CSV file.Issues a request to enqueue the export of the authenticated user's inventory into a CSV file.getExport
(@NonNull GetExportRequest request) Gets information for a specific export.getExports
(@NonNull GetExportsRequest request) Gets the paginated list of recent exports.Methods inherited from class ApiBase
getConnection
-
Constructor Details
-
InventoryExportApi
Creates a newInventoryExportApi
object.- Parameters:
connection
- the underlying client connection
-
-
Method Details
-
exportInventory
Issues a request to enqueue the export of the authenticated user's inventory into a CSV file. Note: authentication is required.- Returns:
- the response
- See Also:
-
getExports
Gets the paginated list of recent exports. Note: authentication is required.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
getExport
Gets information for a specific export. Note: authentication is required.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-
downloadExport
public DownloadInventoryExportResponse downloadExport(@NonNull DownloadInventoryExportRequest request) Downloads an inventory export CSV file. Note: authentication is required.- Parameters:
request
- the request- Returns:
- the response
- See Also:
-