{"id":32170885,"url":"https://github.com/vetspire-vsp/ex_printnode","last_synced_at":"2026-02-21T13:01:17.666Z","repository":{"id":56376478,"uuid":"306132241","full_name":"Vetspire-VSP/ex_printnode","owner":"Vetspire-VSP","description":"Small HTTPoison based wrapper around PrintNode API.","archived":false,"fork":false,"pushed_at":"2025-05-02T14:33:36.000Z","size":25,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-02-12T23:36:57.294Z","etag":null,"topics":["elixir","printnode"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/Vetspire-VSP.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-21T19:52:08.000Z","updated_at":"2025-05-02T14:31:45.000Z","dependencies_parsed_at":"2026-02-12T17:01:38.200Z","dependency_job_id":null,"html_url":"https://github.com/Vetspire-VSP/ex_printnode","commit_stats":null,"previous_names":["vetspire-vsp/ex_printnode","vetspire/ex_printnode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vetspire-VSP/ex_printnode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vetspire-VSP%2Fex_printnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vetspire-VSP%2Fex_printnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vetspire-VSP%2Fex_printnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vetspire-VSP%2Fex_printnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vetspire-VSP","download_url":"https://codeload.github.com/Vetspire-VSP/ex_printnode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vetspire-VSP%2Fex_printnode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29681468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T12:30:22.644Z","status":"ssl_error","status_checked_at":"2026-02-21T12:29:55.402Z","response_time":107,"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":["elixir","printnode"],"created_at":"2025-10-21T17:37:14.197Z","updated_at":"2026-02-21T13:01:17.641Z","avatar_url":"https://github.com/Vetspire-VSP.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrintNode\n\n[![hex.pm](https://img.shields.io/hexpm/v/ex_printnode.svg)](https://hex.pm/packages/ex_printnode)\n[![hexdocs.pm](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ex_printnode/)\n[![hex.pm](https://img.shields.io/hexpm/dt/ex_printnode.svg)](https://hex.pm/packages/ex_printnode)\n[![hex.pm](https://img.shields.io/hexpm/l/ex_printnode.svg)](https://hex.pm/packages/ex_printnode)\n[![github.com](https://img.shields.io/github/last-commit/Vetspire-VSP/ex_printnode.svg)](https://github.com/Vetspire-VSP/ex_printnode/commits/master)\n\nSmall [HTTPoison](https://github.com/edgurgel/httpoison) based wrapper around [PrintNode API](https://www.printnode.com/en/docs/api/curl).\n\n## Installation\n\nAdd `ex_printnode` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_printnode, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\n## Usage\n\nAvailable methods - use with your API key:\n\n```elixir\nPrintNode.Computers.list(api_key: printnode_api_key)\nPrintNode.Computers.get(computer_set, api_key: printnode_api_key)\n\nPrintNode.Printers.list(api_key: printnode_api_key)\nPrintNode.Printers.list_by_computer(computer_set, api_key: printnode_api_key)\nPrintNode.Printers.get(printer_set, api_key: printnode_api_key)\n\nPrintNode.PrintJobs.list(api_key: printnode_api_key)\nPrintNode.PrintJobs.get(printjob_set, api_key: printnode_api_key)\n```\n\n### Creating a Print Job\n\n```elixir\n%PrintNode.Resources.PrintJob{\n  title: \"Test\",\n  content: \"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf\",\n  contentType: \"pdf_uri\",\n  source: \"printjob-test\",\n  printer: 123456\n}\n|\u003e PrintNode.PrintJobs.create(api_key: printnode_api_key)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvetspire-vsp%2Fex_printnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvetspire-vsp%2Fex_printnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvetspire-vsp%2Fex_printnode/lists"}