{"id":20391421,"url":"https://github.com/sh1hab/rest-key-val-store","last_synced_at":"2026-05-03T21:31:38.221Z","repository":{"id":48378143,"uuid":"230141127","full_name":"sh1hab/REST-key-val-store","owner":"sh1hab","description":"An API with four endpoints to create a key-value store. The purpose of the API is to store any arbitrary length value in a persistent store with respect to a key and later fetch these values by keys. These values will have a TTL (for example 5 minutes) and after the TTL is over, the values will be removed from the store.","archived":false,"fork":false,"pushed_at":"2023-02-02T10:29:57.000Z","size":277,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T00:05:18.491Z","etag":null,"topics":["laravel","php7","redis","rest-api","telenor"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh1hab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-25T18:45:14.000Z","updated_at":"2021-07-29T04:14:54.000Z","dependencies_parsed_at":"2023-02-17T18:31:14.616Z","dependency_job_id":null,"html_url":"https://github.com/sh1hab/REST-key-val-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sh1hab/REST-key-val-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1hab%2FREST-key-val-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1hab%2FREST-key-val-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1hab%2FREST-key-val-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1hab%2FREST-key-val-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh1hab","download_url":"https://codeload.github.com/sh1hab/REST-key-val-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1hab%2FREST-key-val-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["laravel","php7","redis","rest-api","telenor"],"created_at":"2024-11-15T03:32:46.841Z","updated_at":"2026-05-03T21:31:38.207Z","avatar_url":"https://github.com/sh1hab.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REST key-val store\n\nThis is a RESTful API that supports the following HTTP requests:\n\n\n### These are the following endpoints:\n\n#### GET /values\nGet all the values of the store.\n\n```\nresponse: {key1: value1, key2: value2, key3: value3...}\n```\n\n#### GET /values?keys=key1,key2\nGet one or more specific values from the store.\n\n```\nresponse: {key1: value1, key2: value2}\n```\n\n#### POST /values\nSave a value in the store.\n\n```\nrequest: {key1: value1, key2: value2..}\nresponse: {message: Keys set successfully}\n```\n\n#### PATCH /values\nUpdate a value in the store.\n\n```\nrequest: {key1: value5, key2: value3..}\nresponse: {message: Keys updated successfully}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh1hab%2Frest-key-val-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh1hab%2Frest-key-val-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh1hab%2Frest-key-val-store/lists"}