one_doc rust
Onedoc is the document API for developers.
Authentication
use SidekoClient;
let client = default.with_api_key_auth;
post_api_docs_generate
This route is responsible for generating a PDF from a bucket. It expects a JSON body with details of the bucket, user credentials, and PDF generation options.
use SidekoClient;
use *;
use *;
let client = default
.with_api_key_auth;
let response = client
.post_api_docs_generate;
post_api_docs_initiate
This endpoint creates a bucket for the html and all specified assets. It returns signed urls to the buckets.
use SidekoClient;
use *;
use *;
let client = default
.with_api_key_auth;
let response = client
.post_api_docs_initiate;