Add Repo class description to reference documentation #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds documentation for the
Repoclass in thedocs/airdrop_sdk_library_documentation.mdfile. The new documentation explains the purpose, usage, and methods of theRepoclass, which is used to manage and upload items to the Airdrop platform.Added Documentation for
RepoClass:Overview of
Repoclass: Describes its role in managing items for a specificitemType, handling normalization, and uploading items in batches to the Airdrop platform. Includes usage instructions and notes about instantiation viaWorkerAdapter.Detailed descriptions of properties and methods:
itemTypeproperty: Explains how to retrieve the type of items managed by the repo.getItemsmethod: Provides details on retrieving items awaiting upload, with example usage and return value information.pushmethod: Documents how to add items to the repo, including normalization and automatic batch uploads.uploadmethod: Explains manual upload functionality, including optional batch parameter, return value, and example scenarios.Work item: https://app.devrev.ai/devrev/works/ISS-188589