{"id":26657734,"url":"https://github.com/apiwatcher/apilisk","last_synced_at":"2025-03-25T09:16:21.190Z","repository":{"id":53477627,"uuid":"90757606","full_name":"apiwatcher/apilisk","owner":"apiwatcher","description":"A private agent for Apiwatcher platform","archived":false,"fork":false,"pushed_at":"2021-03-29T17:07:44.000Z","size":22,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T14:02:25.419Z","etag":null,"topics":[],"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/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-09T14:49:16.000Z","updated_at":"2017-05-23T09:12:37.000Z","dependencies_parsed_at":"2022-08-17T23:05:33.373Z","dependency_job_id":null,"html_url":"https://github.com/apiwatcher/apilisk","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%2Fapilisk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapilisk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapilisk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiwatcher%2Fapilisk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apiwatcher","download_url":"https://codeload.github.com/apiwatcher/apilisk/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:19.953Z","updated_at":"2025-03-25T09:16:21.174Z","avatar_url":"https://github.com/apiwatcher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Apilisk\n================================\n\nStandalone rest client for Apiwatcher platform.\n\nIt can run testcases defined in Apiwatcher locally on you machine or on\nCI server.\n\nInstallation\n=================================\n\nCurrently Apilisk is distributed using Pypi, more options for download\nare comming soon.\n\nLinux\n********************************\n\nThe best way is to create a virtual environment and then use *pip*.\n\n.. code-block:: shell\n\n  virtualenv env\n  . env/bin/activate\n\n  pip install Apilisk\n\nYou must have libcurl installed.\n\nOS X\n*********************************\n\nOn Mac we suggest to use *easy_install*, although *pip* should work as well.\n\n.. code-block:: shell\n\n  sudo easy_install Apilisk\n\nRun\n==================================\nAt first you need to have a team in Apiwatcher, so sign/log in.\n\nYou need to create a project and some testcases, otherwise there is nothing to\nrun. :) And finally you need to have a credentials (Client ID and\nClient secret). This you can find under team settings - create a new pair and\ndownload the configuration file for Apilisk or copy paste the command with\napilisk init, which will create the file for you.\n\n.. code-block:: python\n\n  apilisk init --client-secret SECRET --client-id ID --agent-id \"My agent\"\n\nExample file:\n\n.. code-block::\n\n  {\n    \"host\": \"https://api2.apiwatcher.com\",\n    \"port\": 443,\n    \"client_id\": \"YOUR_CLIENT_ID\",\n    \"client_secret\": \"YOUR_CLIENT_SECRET\",\n    \"agent_id\": \"My local agent\"\n  }\n\nAnd now just run it :)\n\n.. code-block:: shell\n\n  apilisk run -c apilisk.json -u -v 1 -d YOUR_DATASET_ID -p YOUR_PROJECT_HASH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiwatcher%2Fapilisk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapiwatcher%2Fapilisk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiwatcher%2Fapilisk/lists"}