{"id":13772903,"url":"https://github.com/Evref-BL/Elasticsearch-Pharo-API","last_synced_at":"2025-05-11T05:33:50.636Z","repository":{"id":91712918,"uuid":"604134351","full_name":"Evref-BL/Elasticsearch-Pharo-API","owner":"Evref-BL","description":"This is a client implementation of the Elasticsearch API in Pharo","archived":false,"fork":false,"pushed_at":"2023-09-16T12:46:42.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-31T06:24:26.884Z","etag":null,"topics":["elasticsearch","moose","pharo"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/Evref-BL.png","metadata":{"files":{"readme":"Readme.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-20T12:07:03.000Z","updated_at":"2023-09-15T08:05:53.000Z","dependencies_parsed_at":"2024-08-03T17:17:23.237Z","dependency_job_id":null,"html_url":"https://github.com/Evref-BL/Elasticsearch-Pharo-API","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/Evref-BL%2FElasticsearch-Pharo-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FElasticsearch-Pharo-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FElasticsearch-Pharo-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FElasticsearch-Pharo-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evref-BL","download_url":"https://codeload.github.com/Evref-BL/Elasticsearch-Pharo-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225017624,"owners_count":17407806,"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":["elasticsearch","moose","pharo"],"created_at":"2024-08-03T17:01:09.010Z","updated_at":"2024-11-17T08:30:34.096Z","avatar_url":"https://github.com/Evref-BL.png","language":"Smalltalk","funding_links":[],"categories":["Web API clients"],"sub_categories":[],"readme":"# Elasticsearch - Pharo API\r\n\r\nThis is a client for the [elasticsearch REST API](https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html) in Pharo.\r\n\r\nWe improve this repository when we need it, and thus it might not implement all the features.\r\n\r\n## Installation\r\n\r\n```st\r\nMetacello new\r\n  githubUser: 'Evref-BL' project: 'Elasticsearch-Pharo-API' commitish: 'main' path: 'src';\r\n  baseline: 'ElasticsearchAPI';\r\n  load\r\n```\r\n\r\n## Usage example\r\n\r\n```st\r\n\r\napi := ELKSearchApi new.\r\napi beHttp.\r\napi endpoint: 'localhost'.\r\napi port: 9200.\r\napi index: '.ds-traces-apm-default-2023.02.17-000001'.\r\napi apiKey: '\u003cmyToken\u003e'.\r\napi size: 5000.\r\n\r\napi  performRequest \r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEvref-BL%2FElasticsearch-Pharo-API","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEvref-BL%2FElasticsearch-Pharo-API","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEvref-BL%2FElasticsearch-Pharo-API/lists"}