{"id":19486412,"url":"https://github.com/pepe/jesty","last_synced_at":"2026-01-29T21:32:38.211Z","repository":{"id":66384865,"uuid":"272402726","full_name":"pepe/jesty","owner":"pepe","description":"Simple http client with request specification written in plain text","archived":false,"fork":false,"pushed_at":"2021-01-29T07:47:38.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-15T16:01:40.432Z","etag":null,"topics":["http-client","janet","plaintext"],"latest_commit_sha":null,"homepage":null,"language":null,"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/pepe.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":"2020-06-15T09:57:56.000Z","updated_at":"2021-10-03T13:05:45.000Z","dependencies_parsed_at":"2023-02-27T18:00:29.593Z","dependency_job_id":null,"html_url":"https://github.com/pepe/jesty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pepe/jesty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepe%2Fjesty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepe%2Fjesty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepe%2Fjesty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepe%2Fjesty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepe","download_url":"https://codeload.github.com/pepe/jesty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepe%2Fjesty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28885563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":["http-client","janet","plaintext"],"created_at":"2024-11-10T20:37:33.263Z","updated_at":"2026-01-29T21:32:38.176Z","avatar_url":"https://github.com/pepe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"jesty\n===========\n\nREST client for text specified requests.\n\n## Generale\n\nJesty uses simple HTTP request specificatin, which is based on actual HTTP\nprotocol. It is very simillar to the one emacs http-client plugin uses.\n\n## Request specification format\n\nJust plain text file. I am using http extension so I can have filetype set\nin my editor.\n\n```\n1: # definitions \u003c- keyword for headers (for now) definitions shared by all the specifications in this file\n2: Accept: application/json \u003c- shared header\n3: \u003c- empty line means end of definitions\n4: # Patching on url \u003c- comment means request spec start, and\n5: PATCH https://my.api/products \u003c- http verb\u003cspace\u003eurl\n6: Authorization: Bearer Avsdfasdfasdf \u003c- optional header\n7: Content-Type: application/json \u003c- more headers\n8: \u003c- empty line means end of the header and start of the optional body\n9: {\n10:   \"price\": \"bambilion\" \u003c- body of the req\n11: }\n12: \u003c- every request must end with empty line\n13: # Patching on url with id \u003c- another request spec start\n...\n```\n\nSee the test example in test dir.\n\n## Installation:\n\nYou need latest development version of Janet programming language installed.\nThen you can install jesty with jpm package manager:\n\n`[sudo] jpm install https://github.com/pepe/jesty`.\n\n## Usage:\n\n`jesty \u003c input.http` will execute all the requests specified in the input.http.\n\n`jesty 5 \u003c input.http` will execute the request specified on line 5 in the\ninput.http.\n\nMy usual tho is just to run buffer from Kakoune.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepe%2Fjesty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepe%2Fjesty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepe%2Fjesty/lists"}