{"id":17169621,"url":"https://github.com/jb3/ex_cwmanage","last_synced_at":"2025-03-24T19:18:50.426Z","repository":{"id":105260976,"uuid":"151280048","full_name":"jb3/ex_cwmanage","owner":"jb3","description":"ConnectWise Manage library for Elixir","archived":false,"fork":false,"pushed_at":"2018-10-04T16:32:26.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T23:41:42.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"zpeters/ex_cwmanage","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jb3.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}},"created_at":"2018-10-02T15:42:22.000Z","updated_at":"2018-12-21T15:23:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"89d52f17-663b-4de3-917d-0524790911cb","html_url":"https://github.com/jb3/ex_cwmanage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fex_cwmanage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fex_cwmanage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fex_cwmanage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jb3%2Fex_cwmanage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jb3","download_url":"https://codeload.github.com/jb3/ex_cwmanage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245334908,"owners_count":20598389,"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","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-14T23:26:47.946Z","updated_at":"2025-03-24T19:18:50.404Z","avatar_url":"https://github.com/jb3.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExCwmanage \n[![Build Status](https://travis-ci.org/zpeters/ex_cwmanage.svg?branch=master)](https://travis-ci.org/zpeters/ex_cwmanage)\n[![Coverage Status](https://coveralls.io/repos/github/zpeters/ex_cwmanage/badge.svg)](https://coveralls.io/github/zpeters/ex_cwmanage)\n\n# ALPHA - WORK IN PROGRESS - DO NOT USE\n\n## Required Configuration\nThe following configuration information is required to connect to the ConnectWise API.  This can be supplied through creating a `dev.secret.exs` and `prod.secret.exs` file or by setting environment variables (preferred for production).\n\n### Obtaining required configuration\n1. API root: This will be one of the following *site* urls with additional version information to create the api url.  This is subject to change.\n - api-au.myconnectwise.net\n - api-eu.myconnectwise.net\n - api-na.myconnectwise.net\n - Example API root url `https://api-na.myconnectwise.net/v4_6_release/apis/3.0/`\n2. Company Id: When you log into connectwise this is your *Company Name*\n3. Public and Private Key:  (Follow this guide https://docs.connectwise.com/ConnectWise_Documentation/090/040/010/010/060)\n\n### Using secret files\n`dev.secret.exs` and `prod.secret.exs` are in the `config` folder and are called based on the environment you are in.  Below is an example file\n```\nuse Mix.Config\n\nconfig :ex_cwmanage,\n  cw_api_root: \"https://api-na.myconnectwise.net/v4_6_release/apis/3.0/\",\n  cw_companyid: \"MYCOMPANYID\",\n  cw_publickey: \"MYPUBLICKEY\",\n  cw_privatekey: \"MYPRIVATEKEY\"\n```\n### Using environment variables\nThe following environment variables need to be set if you are not using a *secret* file. This is the recommended method for production.\n-  `CW_API_ROOT`\n-  `CW_COMPANYID`\n-  `CW_PUBLICKEY`\n-  `CW_PRIVATEKEY`\n\n## Installation - NOT PUBLISHED TO HEX YET\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ex_cwmanage` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_cwmanage, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/ex_cwmanage](https://hexdocs.pm/ex_cwmanage).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Fex_cwmanage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjb3%2Fex_cwmanage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjb3%2Fex_cwmanage/lists"}