{"id":37112142,"url":"https://github.com/invoice-generator/go-invoice-generator-connector","last_synced_at":"2026-01-14T13:16:29.345Z","repository":{"id":27262460,"uuid":"30735025","full_name":"Invoice-Generator/go-invoice-generator-connector","owner":"Invoice-Generator","description":"Go Connector to the Invoice-Generator API","archived":false,"fork":false,"pushed_at":"2016-04-26T15:43:57.000Z","size":7,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-21T18:06:44.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/Invoice-Generator.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":"2015-02-13T01:42:55.000Z","updated_at":"2023-03-25T17:38:36.000Z","dependencies_parsed_at":"2022-07-07T20:42:53.207Z","dependency_job_id":null,"html_url":"https://github.com/Invoice-Generator/go-invoice-generator-connector","commit_stats":null,"previous_names":["invoiced/go-invoice-generator-connector"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Invoice-Generator/go-invoice-generator-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invoice-Generator%2Fgo-invoice-generator-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invoice-Generator%2Fgo-invoice-generator-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invoice-Generator%2Fgo-invoice-generator-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invoice-Generator%2Fgo-invoice-generator-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Invoice-Generator","download_url":"https://codeload.github.com/Invoice-Generator/go-invoice-generator-connector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invoice-Generator%2Fgo-invoice-generator-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-14T13:16:28.634Z","updated_at":"2026-01-14T13:16:29.335Z","avatar_url":"https://github.com/Invoice-Generator.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-invoice-generator-connector\nGo Connector to the Invoice-Generator API\n\nIt lets you create a pdf invoice by querying the invoice-generator.com api.\n\n\n###Example\n\n```Go\n    r := new(Invoice)\n\n    r.From = \"parag@invoiced.com\"\n    r.To = \"jared@invoiced.com\"\n    r.Date = \"January 2nd 2014\"\n    r.Logo = \"https://invoiced.com/img/header-logo.png\"\n    r.PaymentTerms = \"NET 30\"\n    r.Number = \"INV-001\"\n    r.PurchaseOrder = \"PO-32422\"\n\n    items := make([]Item, 1)\n    item := Item{}\n    item.Name = \"Marketing\"\n    item.Quantity = 221\n    item.Unit_cost = 50.45\n\n    items[0] = item\n\n    r.Items = items\n\n    r.Discounts = 12.21\n    r.Tax = 13.11\n    r.Shipping = 12.20\n\n    r.TaxTitle = \"Austin Tax\"\n\n    r.Currency = \"UAH\"\n\n    err := r.Create(\"/usr/local/pdfstash/bill7.pdf\")\n\n    if err != nil {\n        panic(err)\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvoice-generator%2Fgo-invoice-generator-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvoice-generator%2Fgo-invoice-generator-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvoice-generator%2Fgo-invoice-generator-connector/lists"}