{"id":41891514,"url":"https://github.com/mergado/mergado-api-client-python","last_synced_at":"2026-01-25T14:08:17.038Z","repository":{"id":53559732,"uuid":"85317834","full_name":"mergado/mergado-api-client-python","owner":"mergado","description":"Mergado API Client for Python","archived":false,"fork":false,"pushed_at":"2024-12-09T07:46:43.000Z","size":14,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-09T08:32:21.186Z","etag":null,"topics":["api","apps","http","json","mergado","platform"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mergado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-17T14:01:29.000Z","updated_at":"2024-12-09T07:46:47.000Z","dependencies_parsed_at":"2022-09-15T23:51:43.294Z","dependency_job_id":null,"html_url":"https://github.com/mergado/mergado-api-client-python","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mergado/mergado-api-client-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mergado%2Fmergado-api-client-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mergado%2Fmergado-api-client-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mergado%2Fmergado-api-client-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mergado%2Fmergado-api-client-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mergado","download_url":"https://codeload.github.com/mergado/mergado-api-client-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mergado%2Fmergado-api-client-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","apps","http","json","mergado","platform"],"created_at":"2026-01-25T14:08:16.415Z","updated_at":"2026-01-25T14:08:17.017Z","avatar_url":"https://github.com/mergado.png","language":"Python","readme":"# Mergado API Python Client\n\n- [Mergado Apps Docs](http://mergado.github.io/docs/)\n- [API docs](http://docs.mergado.apiary.io/)\n\n## Usage\n\n```python\n\nfrom mergadoapiclient import client\n\n# Prepare config with a OAuth2 credentials.\ncredentials = {\n    'client_id': '\u003cclient ID\u003e',\n    'client_secret': '\u003cclient secret key\u003e',\n    'grant_type': 'client_credentials',\n    'token_uri': 'https://app.mergado.com/oauth2/token/',  # optional\n    'api_uri': 'https://api.mergado.com/',  # optional\n    'storage_class': 'yourapp.models.TokenStorage',  # optional\n}\n\n# Build API client instance.\napi = client.build(credentials)\n\n# Get an Eshop with ID = 1.\napi.get('shops/1')\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmergado%2Fmergado-api-client-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmergado%2Fmergado-api-client-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmergado%2Fmergado-api-client-python/lists"}