{"id":15293365,"url":"https://github.com/blazingdocs/blazingdocs-ruby","last_synced_at":"2026-02-15T06:33:40.009Z","repository":{"id":59151160,"uuid":"398289968","full_name":"blazingdocs/blazingdocs-ruby","owner":"blazingdocs","description":"BlazingDocs Ruby client","archived":false,"fork":false,"pushed_at":"2022-01-16T16:40:26.000Z","size":69,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-30T02:17:03.111Z","etag":null,"topics":["api","csv","doc","document-generation","documents","docx","json","mail-merge","odt","pdf","reports","templates","xml"],"latest_commit_sha":null,"homepage":"https://blazingdocs.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blazingdocs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-20T13:43:33.000Z","updated_at":"2021-12-19T10:57:43.000Z","dependencies_parsed_at":"2022-09-13T10:50:18.043Z","dependency_job_id":null,"html_url":"https://github.com/blazingdocs/blazingdocs-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blazingdocs/blazingdocs-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazingdocs%2Fblazingdocs-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazingdocs%2Fblazingdocs-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazingdocs%2Fblazingdocs-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazingdocs%2Fblazingdocs-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blazingdocs","download_url":"https://codeload.github.com/blazingdocs/blazingdocs-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blazingdocs%2Fblazingdocs-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29471941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","csv","doc","document-generation","documents","docx","json","mail-merge","odt","pdf","reports","templates","xml"],"created_at":"2024-09-30T16:47:10.348Z","updated_at":"2026-02-15T06:33:39.990Z","avatar_url":"https://github.com/blazingdocs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlazingDocs Ruby client\nHigh-performance document generation API. Generate documents and reports from СSV, JSON, XML with 99,9% uptime and 24/7 monitoring.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'blazingdocs'\n```\n## Integration basics\n\n### Setup\n\nYou can get your API Key at https://app.blazingdocs.com\n```ruby\nclient = BlazingDocs.create_client('api-key')\n```\n### Getting account info\n\n```ruby\naccount = client.get_account\n```\n\n### Getting merge templates list\n\n```ruby\ntemplates = client.get_templates\n\n# with parent folder path\ntemplates = client.get_templates('parentfolder')\n```\n\n### Getting usage info\n\n```ruby\nusage = client.get_usage\n```\n\n### Executing merge\n\n```ruby\ndata = File.open('PO-Template.json').read\ntemplate = File.open('PO-Template.docx')\n\nmerge_parameters = BlazingDocs::MergeParameters.new\nmerge_parameters.sequence = false # data is object\nmerge_parameters.data_source_type = 'json' # data in json format\nmerge_parameters.strict = true # keep json types\n\nmerge_result = client.merge(data, 'output.pdf', merge_parameters, template)\n```\n\n## Documentation\n\nSee more details here https://docs.blazingdocs.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazingdocs%2Fblazingdocs-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblazingdocs%2Fblazingdocs-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblazingdocs%2Fblazingdocs-ruby/lists"}