Skip to content

Commit d3a8300

Browse files
committed
Updated sources
1 parent aff9372 commit d3a8300

82 files changed

Lines changed: 273 additions & 110 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

groupdocs_viewer_cloud/api_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="api_client.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -74,12 +74,12 @@ def __init__(self, configuration, header_name=None, header_value=None,
7474
self.configuration = configuration
7575
self.pool = None
7676
self.rest_client = rest.RESTClientObject(configuration)
77-
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '24.12'}
77+
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '25.3'}
7878
if header_name is not None:
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'python sdk 24.12'
82+
self.user_agent = 'python sdk 25.3'
8383

8484
def __del__(self):
8585
if self.pool is not None:

groupdocs_viewer_cloud/api_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose Pty Ltd" file="api_exception.py">
4-
# Copyright (c) 2003-2024 Aspose Pty Ltd
4+
# Copyright (c) Aspose Pty Ltd
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/file_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -638,7 +638,7 @@ def __downcase_first_letter(self, s):
638638

639639
# --------------------------------------------------------------------------------
640640
# <copyright company="Aspose Pty Ltd" file="copy_file_request.py">
641-
# Copyright (c) 2003-2024 Aspose Pty Ltd
641+
# Copyright (c) Aspose Pty Ltd
642642
# </copyright>
643643
# <summary>
644644
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -682,7 +682,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name
682682

683683
# --------------------------------------------------------------------------------
684684
# <copyright company="Aspose Pty Ltd" file="delete_file_request.py">
685-
# Copyright (c) 2003-2024 Aspose Pty Ltd
685+
# Copyright (c) Aspose Pty Ltd
686686
# </copyright>
687687
# <summary>
688688
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -722,7 +722,7 @@ def __init__(self, path, storage_name=None, version_id=None):
722722

723723
# --------------------------------------------------------------------------------
724724
# <copyright company="Aspose Pty Ltd" file="download_file_request.py">
725-
# Copyright (c) 2003-2024 Aspose Pty Ltd
725+
# Copyright (c) Aspose Pty Ltd
726726
# </copyright>
727727
# <summary>
728728
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -762,7 +762,7 @@ def __init__(self, path, storage_name=None, version_id=None):
762762

763763
# --------------------------------------------------------------------------------
764764
# <copyright company="Aspose Pty Ltd" file="move_file_request.py">
765-
# Copyright (c) 2003-2024 Aspose Pty Ltd
765+
# Copyright (c) Aspose Pty Ltd
766766
# </copyright>
767767
# <summary>
768768
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -806,7 +806,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name
806806

807807
# --------------------------------------------------------------------------------
808808
# <copyright company="Aspose Pty Ltd" file="upload_file_request.py">
809-
# Copyright (c) 2003-2024 Aspose Pty Ltd
809+
# Copyright (c) Aspose Pty Ltd
810810
# </copyright>
811811
# <summary>
812812
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/folder_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -614,7 +614,7 @@ def __downcase_first_letter(self, s):
614614

615615
# --------------------------------------------------------------------------------
616616
# <copyright company="Aspose Pty Ltd" file="copy_folder_request.py">
617-
# Copyright (c) 2003-2024 Aspose Pty Ltd
617+
# Copyright (c) Aspose Pty Ltd
618618
# </copyright>
619619
# <summary>
620620
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -656,7 +656,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name
656656

657657
# --------------------------------------------------------------------------------
658658
# <copyright company="Aspose Pty Ltd" file="create_folder_request.py">
659-
# Copyright (c) 2003-2024 Aspose Pty Ltd
659+
# Copyright (c) Aspose Pty Ltd
660660
# </copyright>
661661
# <summary>
662662
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -694,7 +694,7 @@ def __init__(self, path, storage_name=None):
694694

695695
# --------------------------------------------------------------------------------
696696
# <copyright company="Aspose Pty Ltd" file="delete_folder_request.py">
697-
# Copyright (c) 2003-2024 Aspose Pty Ltd
697+
# Copyright (c) Aspose Pty Ltd
698698
# </copyright>
699699
# <summary>
700700
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -734,7 +734,7 @@ def __init__(self, path, storage_name=None, recursive=None):
734734

735735
# --------------------------------------------------------------------------------
736736
# <copyright company="Aspose Pty Ltd" file="get_files_list_request.py">
737-
# Copyright (c) 2003-2024 Aspose Pty Ltd
737+
# Copyright (c) Aspose Pty Ltd
738738
# </copyright>
739739
# <summary>
740740
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -772,7 +772,7 @@ def __init__(self, path, storage_name=None):
772772

773773
# --------------------------------------------------------------------------------
774774
# <copyright company="Aspose Pty Ltd" file="move_folder_request.py">
775-
# Copyright (c) 2003-2024 Aspose Pty Ltd
775+
# Copyright (c) Aspose Pty Ltd
776776
# </copyright>
777777
# <summary>
778778
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/info_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -269,7 +269,7 @@ def __downcase_first_letter(self, s):
269269

270270
# --------------------------------------------------------------------------------
271271
# <copyright company="Aspose Pty Ltd" file="get_info_request.py">
272-
# Copyright (c) 2003-2024 Aspose Pty Ltd
272+
# Copyright (c) Aspose Pty Ltd
273273
# </copyright>
274274
# <summary>
275275
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/license_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/storage_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -475,7 +475,7 @@ def __downcase_first_letter(self, s):
475475

476476
# --------------------------------------------------------------------------------
477477
# <copyright company="Aspose Pty Ltd" file="get_disc_usage_request.py">
478-
# Copyright (c) 2003-2024 Aspose Pty Ltd
478+
# Copyright (c) Aspose Pty Ltd
479479
# </copyright>
480480
# <summary>
481481
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -511,7 +511,7 @@ def __init__(self, storage_name=None):
511511

512512
# --------------------------------------------------------------------------------
513513
# <copyright company="Aspose Pty Ltd" file="get_file_versions_request.py">
514-
# Copyright (c) 2003-2024 Aspose Pty Ltd
514+
# Copyright (c) Aspose Pty Ltd
515515
# </copyright>
516516
# <summary>
517517
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -549,7 +549,7 @@ def __init__(self, path, storage_name=None):
549549

550550
# --------------------------------------------------------------------------------
551551
# <copyright company="Aspose Pty Ltd" file="object_exists_request.py">
552-
# Copyright (c) 2003-2024 Aspose Pty Ltd
552+
# Copyright (c) Aspose Pty Ltd
553553
# </copyright>
554554
# <summary>
555555
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -589,7 +589,7 @@ def __init__(self, path, storage_name=None, version_id=None):
589589

590590
# --------------------------------------------------------------------------------
591591
# <copyright company="Aspose Pty Ltd" file="storage_exists_request.py">
592-
# Copyright (c) 2003-2024 Aspose Pty Ltd
592+
# Copyright (c) Aspose Pty Ltd
593593
# </copyright>
594594
# <summary>
595595
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/apis/view_api.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -387,7 +387,7 @@ def __downcase_first_letter(self, s):
387387

388388
# --------------------------------------------------------------------------------
389389
# <copyright company="Aspose Pty Ltd" file="convert_and_download_request.py">
390-
# Copyright (c) 2003-2024 Aspose Pty Ltd
390+
# Copyright (c) Aspose Pty Ltd
391391
# </copyright>
392392
# <summary>
393393
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -429,7 +429,7 @@ def __init__(self, format, file, pages=None, password=None):
429429

430430
# --------------------------------------------------------------------------------
431431
# <copyright company="Aspose Pty Ltd" file="create_view_request.py">
432-
# Copyright (c) 2003-2024 Aspose Pty Ltd
432+
# Copyright (c) Aspose Pty Ltd
433433
# </copyright>
434434
# <summary>
435435
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -465,7 +465,7 @@ def __init__(self, view_options):
465465

466466
# --------------------------------------------------------------------------------
467467
# <copyright company="Aspose Pty Ltd" file="delete_view_request.py">
468-
# Copyright (c) 2003-2024 Aspose Pty Ltd
468+
# Copyright (c) Aspose Pty Ltd
469469
# </copyright>
470470
# <summary>
471471
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
# -----------------------------------------------------------------------------------
33
# <copyright company="Aspose Pty Ltd" file="auth.py">
4-
# Copyright (c) 2003-2024 Aspose Pty Ltd
4+
# Copyright (c) Aspose Pty Ltd
55
# </copyright>
66
# <summary>
77
# Permission is hereby granted, free of charge, to any person obtaining a copy

groupdocs_viewer_cloud/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# -----------------------------------------------------------------------------------
44
# <copyright company="Aspose Pty Ltd" file="configuration.py">
5-
# Copyright (c) 2003-2024 Aspose Pty Ltd
5+
# Copyright (c) Aspose Pty Ltd
66
# </copyright>
77
# <summary>
88
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -202,6 +202,6 @@ def to_debug_report(self):
202202
return "Python SDK Debug Report:\n"\
203203
"OS: {env}\n"\
204204
"Python Version: {pyversion}\n"\
205-
"Version of the API: 24.12\n"\
206-
"SDK Package Version: 24.12".\
205+
"Version of the API: 25.3\n"\
206+
"SDK Package Version: 25.3".\
207207
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)