Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steevepay committed Aug 9, 2024
1 parent ef16df3 commit 8845fec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@

Use the Carbone Rust SDK to communicate with the [Carbone API](https://carbone.io/api-reference.html) to generate documents.

# Process to render a new report

```mermaid
sequenceDiagram
Client->>Carbone API: send a template file to /template
Carbone API-->>Client: send a template_id
Client->>Carbone API: send json data to be rendered to /render/{template_id}
Carbone API-->>Client: send a render_id
Carbone API-->>Client: get the rendered report from /render/{render_id}
```

# Installation

```toml
Expand Down Expand Up @@ -405,4 +394,15 @@ Feel free to check [issues page](https://github.com/carboneio/carbone-rust-java/

## Show your support

Give a ⭐️ if this project helped you!
Give a ⭐️ if this project helped you!

# Process to render a new report

```mermaid
sequenceDiagram
Client->>Carbone API: send a template file to /template
Carbone API-->>Client: send a template_id
Client->>Carbone API: send json data to be rendered to /render/{template_id}
Carbone API-->>Client: send a render_id
Carbone API-->>Client: get the rendered report from /render/{render_id}
```

0 comments on commit 8845fec

Please sign in to comment.