{"id":28477889,"url":"https://github.com/fog/fog-dynect","last_synced_at":"2025-07-02T18:31:20.203Z","repository":{"id":1096054,"uuid":"40254610","full_name":"fog/fog-dynect","owner":"fog","description":"Module for the 'fog' gem to support Dyn Managed DNS http://dyn.com/","archived":false,"fork":false,"pushed_at":"2022-12-21T02:02:55.000Z","size":213,"stargazers_count":3,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T17:10:20.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/fog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-05T15:54:47.000Z","updated_at":"2021-11-03T12:25:53.000Z","dependencies_parsed_at":"2023-01-13T10:56:17.605Z","dependency_job_id":null,"html_url":"https://github.com/fog/fog-dynect","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fog/fog-dynect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-dynect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-dynect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-dynect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-dynect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fog","download_url":"https://codeload.github.com/fog/fog-dynect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fog%2Ffog-dynect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263193576,"owners_count":23428537,"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":"2025-06-07T17:08:50.705Z","updated_at":"2025-07-02T18:31:20.188Z","avatar_url":"https://github.com/fog.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fog::Dynect\n\n[![Build Status](https://github.com/fog/fog-dynect/actions/workflows/ruby.yml/badge.svg)](https://github.com/fog/fog-dynect/actions/workflows/ruby.yml)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'fog-dynect'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install fog-dynect\n\n## Usage\n\nInitialize a `Fog::DNS` object using the Dynect provider.\n\n```ruby\n\ndns = Fog::DNS.new({\n  :provider =\u003e 'Dynect',\n  :dynect_customer =\u003e 'dynect_customer',\n  :dynect_username =\u003e 'dynect_username',\n  :dynect_password =\u003e 'dynect_password'\n})\n\n```\n\nThis can then be used like other [Fog DNS](http://fog.io/dns/) providers.\n\n```ruby\n\nzone = dns.zones.create(\n  :domain =\u003e 'example.com',\n  :email  =\u003e 'admin@example.com'\n)\nrecord = zone.records.create(\n  :value   =\u003e '1.2.3.4',\n  :name =\u003e 'example.com',\n  :type =\u003e 'A'\n)\n\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/fog/fog-dynect/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-dynect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffog%2Ffog-dynect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffog%2Ffog-dynect/lists"}