{"id":25407302,"url":"https://github.com/uditdc/bls-example-stdin-vars","last_synced_at":"2026-01-21T08:12:21.177Z","repository":{"id":188757741,"uuid":"679342382","full_name":"uditdc/bls-example-stdin-vars","owner":"uditdc","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-17T07:06:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T10:59:16.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/uditdc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-16T16:14:01.000Z","updated_at":"2023-08-16T17:54:29.000Z","dependencies_parsed_at":"2023-08-16T20:11:44.275Z","dependency_job_id":"fd079e0a-9c7e-42ed-83f7-56d4f11ae00c","html_url":"https://github.com/uditdc/bls-example-stdin-vars","commit_stats":null,"previous_names":["uditdc/bls-example-stdin-vars"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uditdc/bls-example-stdin-vars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2Fbls-example-stdin-vars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2Fbls-example-stdin-vars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2Fbls-example-stdin-vars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2Fbls-example-stdin-vars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditdc","download_url":"https://codeload.github.com/uditdc/bls-example-stdin-vars/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditdc%2Fbls-example-stdin-vars/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-02-16T06:45:44.091Z","updated_at":"2026-01-21T08:12:21.157Z","avatar_url":"https://github.com/uditdc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockless Stdin over HTTP\n\nThis is a sample blockless app demonstrating STDIN over Http.\n\n### Locally\n\nRun the following command:\n\n`bls functions invoke --stdin your-stdin-input`\n\nResult:\n`stdinString: your-stdin-input`\n\n### Via PATH\n\nRun the following command:\n\n```\ncurl -X GET \\\n  https://example-stdin-vars-8ceb538e.rc2.bls.dev/your-stdin-from-path\n```\n\nResult:\n`stdinString: /your-stdin-from-path`\n\n### Via GET\n\nRun the following command:\n\n```\ncurl -X GET \\\n  https://example-stdin-vars-8ceb538e.rc2.bls.dev?stdin=your-stdin-input-from-get\n```\n\nResult:\n`stdinString: your-stdin-input-from-get`\n\n### Via POST\n\nRun the following command:\n\n```\ncurl -X POST \\\n  -H \"Content-Type: text/plain\" \\\n  -d 'your-stdin-input-from-post' \\\n  https://example-stdin-vars-8ceb538e.rc2.bls.dev\n```\n\nResult:\n`stdinString: your-stdin-input-from-post`\n\n### Via POST using application/json\n\nRun the following command:\n\n```\ncurl -X POST \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"stdin\": \"your-stdin-input-from-post-json\"}' \\\n  https://example-stdin-vars-8ceb538e.rc2.bls.dev\n```\n\nResult:\n`stdinString: your-stdin-input-from-post-json`\n\n## Connecting via rc2.bls.dev\n\nUsing the Blockless CLI, login via:\n\n`bls login -u rc2.bls.dev`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditdc%2Fbls-example-stdin-vars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditdc%2Fbls-example-stdin-vars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditdc%2Fbls-example-stdin-vars/lists"}