Skip to content

Commit f6622c1

Browse files
committed
Fixed naming
1 parent 608676a commit f6622c1

File tree

112 files changed

+235
-13096
lines changed

Some content is hidden

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

112 files changed

+235
-13096
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mht -crlf -diff

__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/api_client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# coding: utf-8
22
"""
3-
Aspose.PDF for Cloud API Reference
3+
Aspose.PDF Cloud API Reference
44
55
6-
Copyright (c) 2018 Aspose.Pdf for Cloud
6+
Copyright (c) 2018 Aspose.PDF Cloud
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
99
in the Software without restriction, including without limitation the rights
@@ -24,7 +24,6 @@
2424
2525
OpenAPI spec version: 1.1
2626
27-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2827
"""
2928

3029
from __future__ import absolute_import

asposepdfcloud/apis/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/apis/pdf_api.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55

66

7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525

2626
OpenAPI spec version: 1.1
2727

28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/configuration.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

@@ -206,5 +205,5 @@ def to_debug_report(self):
206205
"OS: {env}\n"\
207206
"Python Version: {pyversion}\n"\
208207
"Version of the API: 1.1\n"\
209-
"SDK Package Version: 18.6.0".\
208+
"SDK Package Version: 18.7.0".\
210209
format(env=sys.platform, pyversion=sys.version)

asposepdfcloud/models/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/models/annotation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

asposepdfcloud/models/annotation_response.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.PDF for Cloud API Reference
4+
Aspose.PDF Cloud API Reference
55
66
7-
Copyright (c) 2018 Aspose.Pdf for Cloud
7+
Copyright (c) 2018 Aspose.PDF Cloud
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights
@@ -25,7 +25,6 @@
2525
2626
OpenAPI spec version: 1.1
2727
28-
Generated by: https://github.com/swagger-api/swagger-codegen.git
2928
"""
3029

3130

0 commit comments

Comments
 (0)