{"id":19686327,"url":"https://github.com/closeio/closeio-api","last_synced_at":"2025-05-16T09:07:16.236Z","repository":{"id":4831479,"uuid":"5985481","full_name":"closeio/closeio-api","owner":"closeio","description":"Python API Client for Close","archived":false,"fork":false,"pushed_at":"2025-03-25T17:46:25.000Z","size":233,"stargazers_count":67,"open_issues_count":6,"forks_count":47,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-05-13T09:58:08.621Z","etag":null,"topics":["api","api-client","closeio","python"],"latest_commit_sha":null,"homepage":"http://developer.close.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"expressjs/cookie-session","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/closeio.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,"zenodo":null}},"created_at":"2012-09-27T16:59:47.000Z","updated_at":"2024-12-11T15:36:05.000Z","dependencies_parsed_at":"2024-06-19T01:33:30.795Z","dependency_job_id":"752c2589-66b3-42a5-909d-32f12e965c5e","html_url":"https://github.com/closeio/closeio-api","commit_stats":{"total_commits":261,"total_committers":26,"mean_commits":"10.038461538461538","dds":0.7279693486590038,"last_synced_commit":"8dd7fa36c9ff31d42249cd2c0983894e194b671c"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/closeio%2Fcloseio-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/closeio%2Fcloseio-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/closeio%2Fcloseio-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/closeio%2Fcloseio-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/closeio","download_url":"https://codeload.github.com/closeio/closeio-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"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":["api","api-client","closeio","python"],"created_at":"2024-11-11T18:27:32.906Z","updated_at":"2025-05-16T09:07:11.214Z","avatar_url":"https://github.com/closeio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Close API\n\n[![PyPI version](https://badge.fury.io/py/closeio.svg)](https://badge.fury.io/py/closeio) [![CircleCI](https://circleci.com/gh/closeio/closeio-api.svg?style=shield\u0026circle-token=e12bb3b9bcf749c2e7a5691e8101c3e585b19742)](https://circleci.com/gh/closeio/closeio-api)\n\nA convenient Python wrapper for the [Close](https://close.com/) API.\n\n- API docs: [http://developer.close.com](http://developer.close.com)\n- Support: [support@close.com](mailto:support@close.com?Subject=API%20Python%20Client)\n\n### Installation\n\n`pip install closeio`\n\n### Sample Usage (of API client)\n\n```python\nfrom closeio_api import Client\n\napi = Client('YOUR_API_KEY')\n\n# post a lead\nlead = api.post('lead', data={'name': 'New Lead'})\n\n# get 5 most recently updated opportunities\nopportunities = api.get('opportunity', params={'_order_by': '-date_updated', '_limit': 5})\n\n# fetch multiple leads (using search syntax)\nlead_results = api.get('lead', params={\n    '_limit': 10,\n    '_fields': 'id,display_name,status_label',\n    'query': 'custom.my_custom_field:\"some_value\" status:\"Potential\" sort:updated'\n})\n```\n\n### Example scripts\n\nCheck out [https://github.com/closeio/closeio-api-scripts](https://github.com/closeio/closeio-api-scripts) for helpful scripts already written to accomplish some common tasks.\n\n### Other Languages\n\nThere are unofficial API clients available in other languages too, thanks to some awesome contributors:\n\n - Ruby: [simple example](https://gist.github.com/philfreo/9359930) that uses [RestClient](https://github.com/rest-client/rest-client), or use [taylorbrook's gem](https://github.com/taylorbrooks/closeio)\n - PHP: [simple example](https://gist.github.com/philfreo/5406540) or https://github.com/loopline-systems/closeio-api-wrapper or https://github.com/TheDeveloper/closeio-php-sdk or [one for use in Laravel](https://github.com/gyurobenjamin/closeio-laravel-api)\n - Node.js: https://github.com/closeio/closeio-node\n - C#: https://github.com/MoreThanRewards/CloseIoDotNet\n - Elixir: https://github.com/nested-tech/closex or https://github.com/taylorbrooks/ex_closeio\n - Go: https://github.com/veyo-care/closeio-golang-client or https://github.com/AnalyticalFlavorSystems/closeio-go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloseio%2Fcloseio-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloseio%2Fcloseio-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloseio%2Fcloseio-api/lists"}