{"id":20355443,"url":"https://github.com/dcoxall/sendgrid-web","last_synced_at":"2026-06-06T17:33:28.343Z","repository":{"id":9423464,"uuid":"11294923","full_name":"dcoxall/sendgrid-web","owner":"dcoxall","description":"A ruby 2 optimised API client used to communicate with the Sendgrid Web API.","archived":false,"fork":false,"pushed_at":"2013-07-20T08:12:26.000Z","size":204,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T22:41:36.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dcoxall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-09T21:36:17.000Z","updated_at":"2015-02-18T11:11:40.000Z","dependencies_parsed_at":"2022-09-16T14:20:31.422Z","dependency_job_id":null,"html_url":"https://github.com/dcoxall/sendgrid-web","commit_stats":null,"previous_names":["freakydazio/sendgrid-web"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fsendgrid-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fsendgrid-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fsendgrid-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoxall%2Fsendgrid-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoxall","download_url":"https://codeload.github.com/dcoxall/sendgrid-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241753015,"owners_count":20014249,"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-14T23:12:44.861Z","updated_at":"2026-06-06T17:33:28.002Z","avatar_url":"https://github.com/dcoxall.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sendgrid::Web\n\nDeveloped as a means to communicate effectively with the [Sendgrid Web API]\nwhilst utilising new Ruby 2.0.0 features. The aim is to become the go-to\nlibrary for interacting with Sendgrid via their web API.\n\n[Sendgrid Web API]: http://sendgrid.com/docs/API_Reference/Web_API/\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'sendgrid-web'\n\nAnd then execute:\n\n    bundle\n\nOr install it yourself as:\n\n    gem install sendgrid-web\n\n## Usage\n\nFirst you will need to configure the client:\n\n    Sendgrid::Web::Client.configure do |config|\n      config.username = 'your sendgrid username'\n      config.password = 'your sendgrid password'\n    end\n\nNow you can create client instances based on the api module you\nwant to access:\n\n    client = Sendgrid::Web::Bounces.new\n    client.get # get list of bounces\n    client.delete(email: 'foobar@example.com') # delete all bounces for foobar\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Provide working specs for new features\n4. Document changes (if changing public interface)\n5. Commit your changes (`git commit -am 'Add some feature'`)\n6. Push to the branch (`git push origin my-new-feature`)\n7. Create new Pull Request\n\n## License\n\n```\nThe MIT License (MIT)\n\nCopyright (c) 2013 Darren Coxall\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fsendgrid-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoxall%2Fsendgrid-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoxall%2Fsendgrid-web/lists"}