{"id":15377486,"url":"https://github.com/mislav/contacts","last_synced_at":"2025-03-26T17:32:48.887Z","repository":{"id":386670,"uuid":"4078","full_name":"mislav/contacts","owner":"mislav","description":"Ruby library for consuming Google, Yahoo!, Flickr and Windows Live contact APIs","archived":false,"fork":false,"pushed_at":"2010-03-19T13:53:23.000Z","size":593,"stargazers_count":406,"open_issues_count":4,"forks_count":67,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-17T18:28:44.345Z","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/mislav.png","metadata":{"files":{"readme":"README.rdoc","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":"2008-03-16T03:52:46.000Z","updated_at":"2024-10-17T01:59:38.000Z","dependencies_parsed_at":"2022-07-12T14:53:50.227Z","dependency_job_id":null,"html_url":"https://github.com/mislav/contacts","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fcontacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fcontacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fcontacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mislav%2Fcontacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mislav","download_url":"https://codeload.github.com/mislav/contacts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222162102,"owners_count":16941512,"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-01T14:11:54.930Z","updated_at":"2024-10-30T04:03:27.399Z","avatar_url":"https://github.com/mislav.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"== Basic usage instructions\n\nFetch users' contact lists from your web application without asking them to\nprovide their passwords.\n\nFirst, register[http://code.google.com/apis/accounts/docs/RegistrationForWebAppsAuto.html]\nyour application's domain. Then make users follow this URL:\n\n  Contacts::Google.authentication_url('http://mysite.com/invite')\n\nThey will authenticate on Google and it will send them back to the URL\nprovided. Google will add a token GET parameter to the query part of the URL.\nUse that token in the next step:\n\n  gmail = Contacts::Google.new(params[:token])\n  gmail.contacts\n  # =\u003e [#\u003cContact 1\u003e, #\u003cContact 2\u003e, ...]\n\nThe resulting Contacts::Contact objects have `name` and `email` properties.\n\nRead more in Contacts::Google. I plan to support more APIs (Microsoft Live, for\nstarters); feel free to contribute.\n\nAuthor: \u003cb\u003eMislav Marohnić\u003c/b\u003e (mislav.marohnic@gmail.com)\n\n== Documentation auto-generated from specifications\n\nContacts::Google.authentication_url\n- generates a URL for target with default parameters\n- should handle boolean parameters\n- skips parameters that have nil value\n- should be able to exchange one-time for session token\n\nContacts::Google\n- fetches contacts feed via HTTP GET\n- handles a normal response body\n- handles gzipped response\n- raises a FetchingError when something goes awry\n- parses the resulting feed into name/email pairs\n- parses a complex feed into name/email pairs\n- makes modification time available after parsing\n\nContacts::Google GET query parameter handling\n- abstracts ugly parameters behind nicer ones\n- should have implicit :descending with :order\n- should have default :limit of 200\n- should skip nil values in parameters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fcontacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmislav%2Fcontacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmislav%2Fcontacts/lists"}