{"id":47595878,"url":"https://github.com/legionio/lex-jfrog","last_synced_at":"2026-04-01T18:04:48.217Z","repository":{"id":345433442,"uuid":"1185848636","full_name":"LegionIO/lex-jfrog","owner":"LegionIO","description":"Connects LegionIO to JFrog products (Artifactory, Xray, Pipelines)","archived":false,"fork":false,"pushed_at":"2026-03-29T14:53:00.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T17:39:44.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LegionIO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-19T02:10:39.000Z","updated_at":"2026-03-29T14:53:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LegionIO/lex-jfrog","commit_stats":null,"previous_names":["legionio/lex-jfrog"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LegionIO/lex-jfrog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegionIO%2Flex-jfrog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegionIO%2Flex-jfrog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegionIO%2Flex-jfrog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegionIO%2Flex-jfrog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LegionIO","download_url":"https://codeload.github.com/LegionIO/lex-jfrog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegionIO%2Flex-jfrog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":[],"created_at":"2026-04-01T18:04:25.320Z","updated_at":"2026-04-01T18:04:48.199Z","avatar_url":"https://github.com/LegionIO.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lex-jfrog\n\nJFrog integration for [LegionIO](https://github.com/LegionIO/LegionIO). Monolith gem covering JFrog product APIs.\n\n## Installation\n\n```bash\ngem install lex-jfrog\n```\n\nOr add to your Gemfile:\n\n```ruby\ngem 'lex-jfrog'\n```\n\n## Modules\n\n### Artifactory (`Jfrog::Artifactory`)\n\n| Runner | Methods |\n|--------|---------|\n| Repositories | `create`, `get`, `update`, `delete`, `list`, `exists?`, `create_batch`, `update_batch` |\n| Searches | `aql`, `artifact_search`, `gavc_search`, `property_search`, `checksum_search`, `usage_search`, `date_range_search`, `pattern_search`, `docker_repositories`, `docker_tags` |\n| Security | `get_user`, `list_permissions`, `get_permission`, `create_permission`, `delete_permission`, `create_api_key`, `get_api_key`, `revoke_api_key` |\n| Storage | `empty_trash`, `delete_trash_item`, `restore_trash_item`, `run_garbage_collection`, `storage_info` |\n| ReleaseBundles | `list_bundles`, `list_versions`, `get_version`, `delete_version`, `import_version`, `import_status` |\n\n## Standalone Usage\n\n```ruby\nrequire 'legion/extensions/jfrog/artifactory/client'\n\nclient = Legion::Extensions::Jfrog::Artifactory::Client.new(\n  host:  'https://myinstance.jfrog.io/artifactory',\n  token: ENV['JFROG_TOKEN']\n)\n\nclient.list                                    # list all repos\nclient.aql(query: 'items.find({\"repo\":\"libs\"})') # AQL search\nclient.get_user(username: 'admin')             # user details\n```\n\n## Requirements\n\n- Ruby \u003e= 3.4\n- [LegionIO](https://github.com/LegionIO/LegionIO) framework (optional, for full extension mode)\n- JFrog Artifactory instance with access token\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionio%2Flex-jfrog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegionio%2Flex-jfrog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegionio%2Flex-jfrog/lists"}