Skip to content

Releases: carboneio/carbone-sdk-python

v1.1.1

04 May 12:26

Choose a tag to compare

v1.0.8

17 Nov 11:04

Choose a tag to compare

v1.0.7

26 Jan 13:28

Choose a tag to compare

v1.0.6

25 Nov 17:55

Choose a tag to compare

v1.0.5

17 Dec 16:21

Choose a tag to compare

Update to Carbone version 3

19 Aug 10:44

Choose a tag to compare

v1.0.4

update readme

Render report - fix error checking

08 Jun 09:21
bbf8e01

Choose a tag to compare

Improvements - get a unique report name from the API

05 Aug 13:52

Choose a tag to compare

It is possible to get a unique report name from the render function. It returns a tuple of 2 elements: the generated report as bytes and a unique report name. For example before:

report_bytes = csdk.render(template_id, json_data)

now with a unique report name:

report_bytes, unique_report_name = csdk.render(template_id, json_data)

First release

03 Jul 09:46

Choose a tag to compare

It is possible to interact with the Carbone Render API with the following methods:
- add_template: upload a template and return a templateID
- get_template: return an uploaded template from a templateID
- delete_template: delete a template from a templateID
- render: render a report from a templateID
- generate_template_id: Pre compute the templateID