{"id":14969838,"url":"https://github.com/vladkostikov/flespi-ruby","last_synced_at":"2025-08-17T21:12:35.332Z","repository":{"id":207365778,"uuid":"719083136","full_name":"vladkostikov/flespi-ruby","owner":"vladkostikov","description":"Gem for Flespi — Universal Telematics Gateway, Parser \u0026 API","archived":true,"fork":false,"pushed_at":"2023-11-15T12:25:46.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T17:40:32.542Z","etag":null,"topics":["flespi","iot","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://flespi.com","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/vladkostikov.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,"governance":null}},"created_at":"2023-11-15T12:19:09.000Z","updated_at":"2025-06-11T16:45:26.000Z","dependencies_parsed_at":"2023-11-15T12:47:51.845Z","dependency_job_id":null,"html_url":"https://github.com/vladkostikov/flespi-ruby","commit_stats":null,"previous_names":["vladkostikov/flespi-ruby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vladkostikov/flespi-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fflespi-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fflespi-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fflespi-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fflespi-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladkostikov","download_url":"https://codeload.github.com/vladkostikov/flespi-ruby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladkostikov%2Fflespi-ruby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270906484,"owners_count":24665794,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["flespi","iot","ruby","ruby-on-rails"],"created_at":"2024-09-24T13:42:28.599Z","updated_at":"2025-08-17T21:12:35.124Z","avatar_url":"https://github.com/vladkostikov.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flespi\n[![Gem Version](https://badge.fury.io/rb/flespi-ruby.svg)](https://badge.fury.io/rb/flespi-ruby)\n\n[Official documentation Flespi](https://flespi.io/docs/)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n`gem \"flespi-ruby\"`\n\nAnd then execute:\n\n`bundle install`\n\n## Usage\n\n```ruby\nrequire \"flespi\"\n\n# Initialize flespi instance\nflespi_client = Flespi.new(\"FlespiToken\", debug: true)\n\n# Get collection of all devices\nflespi_client.get(\"/gw/devices/all\")\n\n# Get device by device id\nflespi_client.get(\"/gw/devices/123456\")\n\n# Create new device\nflespi_client.create(\"/gw/devices\", [\"configuration\": { \"ident\": \"123456\" }, \n                                     \"device_type_id\": 10, \n                                     \"name\": \"Device name\"])\n\n# Delete device by device id\nflespi_client.delete(\"/gw/devices/123456\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladkostikov%2Fflespi-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladkostikov%2Fflespi-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladkostikov%2Fflespi-ruby/lists"}