caosadvancedtools.bloxberg.swagger_client.api package
Submodules
caosadvancedtools.bloxberg.swagger_client.api.certificate_api module
Research Object Certification
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
caosadvancedtools.bloxberg.swagger_client.api.certificate_api.
CertificateApi
(api_client=None) Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen
-
create_bloxberg_certificate_create_bloxberg_certificate_post
(body, **kwargs) Createbloxbergcertificate # noqa: E501
Creates, transacts, and signs a research object certificate on the bloxberg blockchain. Hashes must be generated client side for each desired file and provided in an array. Each hash corresponds to one research object certificate returned in a JSON object array. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.create_bloxberg_certificate_create_bloxberg_certificate_post(body, async_req=True) >>> result = thread.get()
:param async_req bool :param Batch body: (required) :return: list[ControllerCertToolsGenerateUnsignedCertificateJsonCertificate]
If the method is called asynchronously, returns the request thread.
-
create_bloxberg_certificate_create_bloxberg_certificate_post_with_http_info
(body, **kwargs) Createbloxbergcertificate # noqa: E501
Creates, transacts, and signs a research object certificate on the bloxberg blockchain. Hashes must be generated client side for each desired file and provided in an array. Each hash corresponds to one research object certificate returned in a JSON object array. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.create_bloxberg_certificate_create_bloxberg_certificate_post_with_http_info(body, async_req=True) >>> result = thread.get()
:param async_req bool :param Batch body: (required) :return: list[ControllerCertToolsGenerateUnsignedCertificateJsonCertificate]
If the method is called asynchronously, returns the request thread.
-
caosadvancedtools.bloxberg.swagger_client.api.pdf_api module
Research Object Certification
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 0.2.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
caosadvancedtools.bloxberg.swagger_client.api.pdf_api.
PdfApi
(api_client=None) Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen
-
generate_pdf_generate_pdf_post
(body, **kwargs) Generatepdf # noqa: E501
Accepts as input the response from the createBloxbergCertificate endpoint, for example a research object JSON array. Returns as response a zip archive with PDF files that correspond to the number of cryptographic identifiers provided. PDF files are embedded with the Research Object Certification which is used for verification. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.generate_pdf_generate_pdf_post(body, async_req=True) >>> result = thread.get()
:param async_req bool :param list[ControllerCertToolsGeneratePdfJsonCertificate] body: (required) :return: Object
If the method is called asynchronously, returns the request thread.
-
generate_pdf_generate_pdf_post_with_http_info
(body, **kwargs) Generatepdf # noqa: E501
Accepts as input the response from the createBloxbergCertificate endpoint, for example a research object JSON array. Returns as response a zip archive with PDF files that correspond to the number of cryptographic identifiers provided. PDF files are embedded with the Research Object Certification which is used for verification. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.generate_pdf_generate_pdf_post_with_http_info(body, async_req=True) >>> result = thread.get()
:param async_req bool :param list[ControllerCertToolsGeneratePdfJsonCertificate] body: (required) :return: Object
If the method is called asynchronously, returns the request thread.
-