{"id":21178003,"url":"https://github.com/hexedpackets/exconsul","last_synced_at":"2025-03-14T18:41:38.719Z","repository":{"id":74588839,"uuid":"39086773","full_name":"hexedpackets/exconsul","owner":"hexedpackets","description":"Elixir library for interacting with Consul.","archived":false,"fork":false,"pushed_at":"2017-02-22T21:51:38.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T11:45:01.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexedpackets.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":"2015-07-14T16:30:03.000Z","updated_at":"2017-02-16T21:35:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"10a75141-82c7-42c4-8028-6ee982af6c87","html_url":"https://github.com/hexedpackets/exconsul","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/hexedpackets%2Fexconsul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexedpackets%2Fexconsul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexedpackets%2Fexconsul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexedpackets%2Fexconsul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexedpackets","download_url":"https://codeload.github.com/hexedpackets/exconsul/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243628309,"owners_count":20321842,"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-11-20T17:19:28.433Z","updated_at":"2025-03-14T18:41:38.712Z","avatar_url":"https://github.com/hexedpackets.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Consul\n======\n\nA wrapper around [the consul API](www.consul.io/docs/agent/http.html). Contains many convenience functions for working with the KV store.\n\n\n### Installation\nAdd Consul as a dependency in your mix.exs file\n\n```elixir\ndef application do\n  [applications: [:consul]]\nend\n\ndefp deps do\n  [\n    {:consul, github: \"hexedpackets/exconsul\"}\n  ]\nend\n```\n\n### Configuration\nThere are two values that can be set to configure this library:\n\n```elixir\n# Basis for the endpoint to send HTTP requests.\nconfig :consul, :server, \"http://localhost:8500\"\n# Default datacenter in queries that don't specify one.\nconfig :consul, :datacenter, \"dc1\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexedpackets%2Fexconsul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexedpackets%2Fexconsul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexedpackets%2Fexconsul/lists"}