{"id":17680282,"url":"https://github.com/kostya/eye-http","last_synced_at":"2025-05-12T21:21:07.572Z","repository":{"id":16855597,"uuid":"19615578","full_name":"kostya/eye-http","owner":"kostya","description":"Http interface for the Eye gem","archived":false,"fork":false,"pushed_at":"2018-03-17T06:33:28.000Z","size":14,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-17T03:15:18.627Z","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/kostya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-09T15:21:31.000Z","updated_at":"2019-04-16T11:29:13.000Z","dependencies_parsed_at":"2022-09-06T17:40:45.513Z","dependency_job_id":null,"html_url":"https://github.com/kostya/eye-http","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya%2Feye-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya%2Feye-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya%2Feye-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kostya%2Feye-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kostya","download_url":"https://codeload.github.com/kostya/eye-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823699,"owners_count":21969890,"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-24T09:06:25.873Z","updated_at":"2025-05-12T21:21:07.549Z","avatar_url":"https://github.com/kostya.png","language":"Ruby","readme":"Eye::Http\n---------\n\nHttp interface for the [Eye](http://github.com/kostya/eye) gem.\n\n## Installation\n\n    gem install eye\n    gem install eye-http\n\n## Gemfile\n\n```ruby\ngroup 'eye' do\n  gem 'eye'\n  gem 'eye-http'\nend\n```\n\n## Usage\n\nExample config:\n\n```ruby\nrequire 'eye-http'\n\nEye.config do\n  http :enable =\u003e true, :host =\u003e \"127.0.0.1\", :port =\u003e 12345\nend\n\nEye.application :app do\n  process :process do\n    start_command \"sleep 100\"\n    daemonize true\n    pid_file \"/tmp/1.pid\"\n  end\nend\n```\n\nRun:\n\n    bundle exec eye l examples/1.eye\n\nApi:\n\n    curl http://127.0.0.1:12345/api/info?filter=all\n    curl -X PUT http://127.0.0.1:12345/api/restart?filter=all\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya%2Feye-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkostya%2Feye-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkostya%2Feye-http/lists"}