Module: TemplateFox
- Defined in:
- lib/templatefox/version.rb,
lib/templatefox.rb,
lib/templatefox/api_error.rb,
lib/templatefox/api_client.rb,
lib/templatefox/api/pdf_api.rb,
lib/templatefox/api/image_api.rb,
lib/templatefox/configuration.rb,
lib/templatefox/api_model_base.rb,
lib/templatefox/api/account_api.rb,
lib/templatefox/models/pdf_input.rb,
lib/templatefox/api/pdf_async_api.rb,
lib/templatefox/api/pdf_tools_api.rb,
lib/templatefox/api/templates_api.rb,
lib/templatefox/models/job_status.rb,
lib/templatefox/models/pdf_variant.rb,
lib/templatefox/models/transaction.rb,
lib/templatefox/models/image_format.rb,
lib/templatefox/models/modification.rb,
lib/templatefox/models/version_item.rb,
lib/templatefox/api/integrations_api.rb,
lib/templatefox/models/location_inner.rb,
lib/templatefox/models/template_field.rb,
lib/templatefox/models/s3_test_response.rb,
lib/templatefox/models/validation_error.rb,
lib/templatefox/models/job_list_response.rb,
lib/templatefox/models/merge_pdf_request.rb,
lib/templatefox/models/s3_config_request.rb,
lib/templatefox/models/create_pdf_request.rb,
lib/templatefox/models/pdf_tools_response.rb,
lib/templatefox/models/rotate_pdf_request.rb,
lib/templatefox/models/s3_config_response.rb,
lib/templatefox/models/template_list_item.rb,
lib/templatefox/models/create_pdf_response.rb,
lib/templatefox/models/job_status_response.rb,
lib/templatefox/models/s3_success_response.rb,
lib/templatefox/models/template_field_spec.rb,
lib/templatefox/models/create_image_request.rb,
lib/templatefox/models/account_info_response.rb,
lib/templatefox/models/create_image_response.rb,
lib/templatefox/models/http_validation_error.rb,
lib/templatefox/models/transactions_response.rb,
lib/templatefox/models/create_version_request.rb,
lib/templatefox/models/update_version_request.rb,
lib/templatefox/models/versions_list_response.rb,
lib/templatefox/models/templates_list_response.rb,
lib/templatefox/models/create_async_pdf_request.rb,
lib/templatefox/models/create_async_pdf_response.rb,
lib/templatefox/models/extract_pdf_pages_request.rb,
lib/templatefox/models/app_routers_v1_delivery_export_type.rb,
lib/templatefox/models/app_routers_v1_pdf_async_export_type.rb,
lib/templatefox/models/app_routers_v1_pdf_tools_export_type.rb
Overview
#TemplateFox API
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
The version of the OpenAPI document: 1.11.0
Generated by: https://openapi-generator.tech Generator version: 7.21.0
Defined Under Namespace
Modules: LocationInner Classes: AccountApi, AccountInfoResponse, ApiClient, ApiError, ApiModelBase, AppRoutersV1DeliveryExportType, AppRoutersV1PdfAsyncExportType, AppRoutersV1PdfToolsExportType, Configuration, CreateAsyncPdfRequest, CreateAsyncPdfResponse, CreateImageRequest, CreateImageResponse, CreatePdfRequest, CreatePdfResponse, CreateVersionRequest, ExtractPdfPagesRequest, HTTPValidationError, ImageApi, ImageFormat, IntegrationsApi, JobListResponse, JobStatus, JobStatusResponse, MergePdfRequest, Modification, PDFApi, PDFAsyncApi, PDFToolsApi, PdfInput, PdfToolsResponse, PdfVariant, RotatePdfRequest, S3ConfigRequest, S3ConfigResponse, S3SuccessResponse, S3TestResponse, TemplateField, TemplateFieldSpec, TemplateListItem, TemplatesApi, TemplatesListResponse, Transaction, TransactionsResponse, UpdateVersionRequest, ValidationError, VersionItem, VersionsListResponse
Constant Summary collapse
- VERSION =
'1.11.0'
Class Method Summary collapse
-
.configure ⇒ Object
Customize default settings for the SDK using block.
Class Method Details
.configure ⇒ Object
Customize default settings for the SDK using block. TemplateFox.configure do |config| config.username = "xxx" config.password = "xxx" end If no block given, return the default Configuration object.
77 78 79 80 81 82 83 |
# File 'lib/templatefox.rb', line 77 def configure if block_given? yield(Configuration.default) else Configuration.default end end |