Add BulkImports API functions and tests
What does this MR do?
Adds support for the Bulk Imports API by implementing the following functions:
ListBulkImports—GET /bulk_importsListBulkImportEntities—GET /bulk_imports/entitiesGetBulkImport—GET /bulk_imports/:idListBulkImportEntitiesByID—GET /bulk_imports/:id/entitiesGetBulkImportEntity—GET /bulk_imports/:id/entities/:entity_idGetBulkImportEntityFailures—GET /bulk_imports/:id/entities/:entity_id/failuresCancelBulkImport—POST /bulk_imports/:id/cancel
Testing
Added tests for all new functions in bulk_imports_test.go.
Related issues
Edited by Kalyaan Kanugula