{"id":13507570,"url":"https://github.com/Ahamtech/elixir-Gandi","last_synced_at":"2025-03-30T09:32:57.834Z","repository":{"id":62429712,"uuid":"81628774","full_name":"Ahamtech/elixir-gandi","owner":"Ahamtech","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-11T04:23:55.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T05:48:30.472Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Ahamtech.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":"2017-02-11T03:46:34.000Z","updated_at":"2017-02-11T03:50:50.000Z","dependencies_parsed_at":"2022-11-01T20:09:36.755Z","dependency_job_id":null,"html_url":"https://github.com/Ahamtech/elixir-gandi","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/Ahamtech%2Felixir-gandi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahamtech%2Felixir-gandi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahamtech%2Felixir-gandi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ahamtech%2Felixir-gandi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ahamtech","download_url":"https://codeload.github.com/Ahamtech/elixir-gandi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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-08-01T02:00:36.343Z","updated_at":"2025-03-30T09:32:57.288Z","avatar_url":"https://github.com/Ahamtech.png","language":"Elixir","funding_links":[],"categories":["Cloud Infrastructure and Management"],"sub_categories":[],"readme":"# Gandi\nElixir Wrapper for Gandi infrastructure.\n\n\n##\n```\niex(1)\u003e Gandi.Domain.info(\"example.com\")\n%XMLRPC.MethodResponse{param: %{\"authinfo\" =\u003e \"xyz\",\n   \"authinfo_expiration_date\" =\u003e %XMLRPC.DateTime{raw: \"20170630T18:29:54\"},\n   \"autorenew\" =\u003e nil, \"can_tld_lock\" =\u003e true,\n   \"contacts\" =\u003e %{\"admin\" =\u003e %{\"handle\" =\u003e \"HRXXXX-GANDI\", \"id\" =\u003e 123456},\n     \"bill\" =\u003e %{\"handle\" =\u003e \"HRXXXX-GANDI\", \"id\" =\u003e 123456},\n     \"owner\" =\u003e %{\"handle\" =\u003e \"HRXXXX-GANDI\", \"id\" =\u003e 123456},\n     \"reseller\" =\u003e nil,\n     \"tech\" =\u003e %{\"handle\" =\u003e \"HRXXXX-GANDI\", \"id\" =\u003e 123456}},\n   \"date_created\" =\u003e %XMLRPC.DateTime{raw: \"20140717T12:10:36\"},\n   \"date_delete\" =\u003e %XMLRPC.DateTime{raw: \"20170816T00:10:36\"},\n   \"date_hold_begin\" =\u003e %XMLRPC.DateTime{raw: \"20170717T10:10:36\"},\n   \"date_hold_end\" =\u003e %XMLRPC.DateTime{raw: \"20170816T10:10:36\"},\n   \"date_pending_delete_end\" =\u003e %XMLRPC.DateTime{raw: \"20170920T10:10:36\"},\n   \"date_registry_creation\" =\u003e %XMLRPC.DateTime{raw: \"20140717T10:10:36\"},\n   \"date_registry_end\" =\u003e %XMLRPC.DateTime{raw: \"20170717T10:10:36\"},\n   \"date_renew_begin\" =\u003e %XMLRPC.DateTime{raw: \"20120101T00:00:00\"},\n   \"date_restore_end\" =\u003e %XMLRPC.DateTime{raw: \"20170915T10:10:36\"},\n   \"date_updated\" =\u003e %XMLRPC.DateTime{raw: \"20161129T02:22:25\"},\n   \"entity_id\" =\u003e nil, \"fqdn\" =\u003e \"example.com\", \"id\" =\u003e 123456,\n   \"is_premium\" =\u003e false,\n   \"nameservers\" =\u003e [\"roxy.ns.cloudflare.com\", \"theo.ns.cloudflare.com\"],\n   \"services\" =\u003e [\"blog\", \"gandimail\", \"redirection\"],\n   \"status\" =\u003e [\"serverTransferProhibited\", \"clientTransferProhibited\"],\n   \"tags\" =\u003e [], \"tld\" =\u003e \"in\", \"zone_id\" =\u003e nil}}\n\n\n```\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add gandi to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:gandi, \"~\u003e 0.0.1\"}]\n        end\n\n  2. Ensure gandi is started before your application:\n\n        def application do\n          [applications: [:gandi]]\n        end\n\n**TODO:**\n\nHuge Documentation\nCatalog API\nCertificate API\nContact API\nHosting API\nNotification API\nOperation API\nPaaS API\nSecurity API\nSite API\n\n## License\nElixir-Gandi is Copyright © 2016 Ahamtech. It is free software, and may be redistributed under the terms specified in the LICENSE file.\n\n## About Ahamtech\n\n\u003e Elixir-Gandi is maintained by Ahamtech. \n\nWe love open source software, Erlang, Elixir, and Phoenix. See our other opensource projects, or hire our Elixir Phoenix development team to design, develop, and grow your product.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAhamtech%2Felixir-Gandi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAhamtech%2Felixir-Gandi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAhamtech%2Felixir-Gandi/lists"}