You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue with (auth=True) in _get_session()
Abstract API call formatter
Remove duplicate code
Add support for include on get_asset_children()
Convert build_asset_info to private method
Add missing kwargs for pagination
(chore): Add pull request template
Add CLI
Add fiocli <- command line uploader/downloader
parser.add_argument('--target', action='store', metavar='target', type=str, nargs='+', help='Target: remote project or folder, or alternatively a local file/folder')
15
+
parser.add_argument('--destination', action='store', metavar='destination', type=str, nargs='+', help='Destination: remote project or folder, or alternatively a local file/folder')
16
+
parser.add_argument('--threads', action='store', metavar='threads', type=int, nargs='+', help='Number of threads to use')
0 commit comments