{"id":26657737,"url":"https://github.com/apiwatcher/apiwatcher-pyclient","last_synced_at":"2025-03-25T09:16:21.517Z","repository":{"id":50208558,"uuid":"90783901","full_name":"apiwatcher/apiwatcher-pyclient","owner":"apiwatcher","description":"A python client for Apiwatcher platform in a form of simple library","archived":false,"fork":false,"pushed_at":"2022-12-08T00:44:03.000Z","size":13,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T16:18:42.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/apiwatcher.png","metadata":{"files":{"readme":"README.rst","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":"2017-05-09T19:26:43.000Z","updated_at":"2017-05-24T12:01:26.000Z","dependencies_parsed_at":"2023-01-24T01:10:12.168Z","dependency_job_id":null,"html_url":"https://github.com/apiwatcher/apiwatcher-pyclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapiwatcher-pyclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapiwatcher-pyclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapiwatcher-pyclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapiwatcher-pyclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apiwatcher","download_url":"https://codeload.github.com/apiwatcher/apiwatcher-pyclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431715,"owners_count":20614184,"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-03-25T09:16:20.863Z","updated_at":"2025-03-25T09:16:21.505Z","avatar_url":"https://github.com/apiwatcher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Apiwatcher python client\n================================\n\nThis project aims to be a simple python client for interaction with\nApiwatcher platform.\n\nIt solves authentication against platform's ouath2 workflow and thus can be\nused as a base for more complex applications.\n\nInstallation\n=============\n\nBest way is to use *pip*.\n\n.. code-block:: shell\n\n  pip install apiwatcher-pyclient\n\n\nUsage\n======\n\n.. code-block:: python\n\n  from apiwatcher_pyclient.client import Client\n\n  cl = Client()\n  cl.authorize_client_credentials(\n    \"your_client_id\", \"your_client_secret\", scope=\"apilisk\"\n  )\n  cl.post(\n      \"/api/projects/xxx/testcase/123456/results\",\n      {\n          \"some\": \"data\"\n      }\n  )\n\nTests\n======\n\nThere are small number of tests. :) To run them use nose.\n\n.. code-block:: shell\n\n  nosetests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiwatcher%2Fapiwatcher-pyclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapiwatcher%2Fapiwatcher-pyclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiwatcher%2Fapiwatcher-pyclient/lists"}