aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/webcapture_url.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/webcapture_url.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/webcapture_url.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/webcapture_url.py b/python_openapi_client/fatcat_openapi_client/models/webcapture_url.py
index 9d6f1e21..89a3fbc2 100644
--- a/python_openapi_client/fatcat_openapi_client/models/webcapture_url.py
+++ b/python_openapi_client/fatcat_openapi_client/models/webcapture_url.py
@@ -3,10 +3,10 @@
"""
fatcat
- A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
+ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501
OpenAPI spec version: 0.3.0
-
+ Contact: webservices@archive.org
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -54,6 +54,7 @@ class WebcaptureUrl(object):
def url(self):
"""Gets the url of this WebcaptureUrl. # noqa: E501
+ URL/URI pointing to archive of this web resource. # noqa: E501
:return: The url of this WebcaptureUrl. # noqa: E501
:rtype: str
@@ -64,6 +65,7 @@ class WebcaptureUrl(object):
def url(self, url):
"""Sets the url of this WebcaptureUrl.
+ URL/URI pointing to archive of this web resource. # noqa: E501
:param url: The url of this WebcaptureUrl. # noqa: E501
:type: str
@@ -77,6 +79,7 @@ class WebcaptureUrl(object):
def rel(self):
"""Gets the rel of this WebcaptureUrl. # noqa: E501
+ Type of archive endpoint. Usually `wayback` (WBM replay of primary resource), or `warc` (direct URL to a WARC file containing all resources of the capture). See guide for full list. # noqa: E501
:return: The rel of this WebcaptureUrl. # noqa: E501
:rtype: str
@@ -87,6 +90,7 @@ class WebcaptureUrl(object):
def rel(self, rel):
"""Sets the rel of this WebcaptureUrl.
+ Type of archive endpoint. Usually `wayback` (WBM replay of primary resource), or `warc` (direct URL to a WARC file containing all resources of the capture). See guide for full list. # noqa: E501
:param rel: The rel of this WebcaptureUrl. # noqa: E501
:type: str