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 8845fec commit e3361a6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,15 +394,4 @@ Feel free to check [issues page](https://github.com/carboneio/carbone-rust-java/

## Show your support

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}
```
Give a ⭐️ if this project helped you!

0 comments on commit e3361a6

Please sign in to comment.