{"id":16301362,"url":"https://github.com/garu/net-tinyerp","last_synced_at":"2025-08-18T23:04:02.871Z","repository":{"id":66887481,"uuid":"49203609","full_name":"garu/Net-TinyERP","owner":"garu","description":"Interface com a API REST do TinyERP","archived":false,"fork":false,"pushed_at":"2021-07-31T16:36:03.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T01:41:54.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garu.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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}},"created_at":"2016-01-07T12:32:52.000Z","updated_at":"2021-11-26T14:26:10.000Z","dependencies_parsed_at":"2023-02-21T09:15:39.997Z","dependency_job_id":null,"html_url":"https://github.com/garu/Net-TinyERP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garu/Net-TinyERP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-TinyERP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-TinyERP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-TinyERP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-TinyERP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garu","download_url":"https://codeload.github.com/garu/Net-TinyERP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garu%2FNet-TinyERP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-10T20:54:39.496Z","updated_at":"2025-08-18T23:04:02.837Z","avatar_url":"https://github.com/garu.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Net-TinyERP\n===========\n\nEste módulo interage com a API (2.0) do [TinyERP](http://tiny.com.br).\n\n#### Don't speak portuguese?\n\n*This module provides an interface to talk to Tiny ERP's REST API.\nTiny ERP is a brazilian Enterprise Resource Planning company with\nseveral solutions for CRM, contracts, products, tax invoices, etc,\nfocused on brazilian small and medium-sized businesses.\nSince the target audience for this distribution is mainly brazilian\ndevelopers, the documentation is provided in portuguese only.\nIf you need any help or want to translate it to your language, please\nsend us some pull requests! :)*\n\n\nNo momento, apenas a API de notas fiscais (NF-e e NFS-e) foi implementada. Se quiser\nacessar [outra parte da API](https://tiny.com.br/info/api-desenvolvedores)\ncomo produtos, vendedores e crm, envie-nos um Pull Request :)\n\n```perl\n    my $api = Net::TinyERP-\u003enew(\n        token =\u003e 'abc123', # \u003c-- OBRIGATÓRIO\n    );\n\n    my $res = $api-\u003enota_fiscal-\u003eincluir({\n        natureza_operacao =\u003e 'Venda de Mercadorias',\n        ...,\n        cliente       =\u003e { ... },\n        itens         =\u003e [ { item =\u003e { ... } }, ... ],\n        parcelas      =\u003e [ { parcela =\u003e { ... } }, ... ],\n        transportador =\u003e { ... },\n    });\n```\n\n#### ANTES DE USAR, VOCÊ VAI PRECISAR DE:\n\n* Uma conta na TinyERP com acesso à API\n\nAcesse http://www.tiny.com.br e crie sua conta em um plano que\ntenha suporte à API.\n\n* Um token de acesso à API\n\nVeja [Como gerar seu token](https://www.tiny.com.br/ajuda/api/api2-gerar-token-api).\n\n* Um certificado digital A1\n\nAdicione seu certificado dentro da interface web do Tiny antes de usar este módulo.\n\n* Suporte a HTTPS\n\nTodas as chamadas à API são feitas via HTTPS então certifique-se de que as\nlibs de SSL estão instaladas e que a rede permite esse tipo de acesso.\n\n### API\n\nNo momento apenas a API de manipulação de Notas Fiscais está disponível, NF-e e NFS-e.\n\nPara mais informações, [consulte a documentação completa](https://metacpan.org/pod/Net::TinyERP).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaru%2Fnet-tinyerp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaru%2Fnet-tinyerp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaru%2Fnet-tinyerp/lists"}