{"id":15706473,"url":"https://github.com/mamantoha/foaas_client","last_synced_at":"2026-01-30T12:03:03.228Z","repository":{"id":66224760,"uuid":"129103013","full_name":"mamantoha/foaas_client","owner":"mamantoha","description":"A Crystal client for FOAAS - a modern, RESTful, scalable solution to the common problem of telling people to fuck off","archived":false,"fork":false,"pushed_at":"2026-01-20T12:05:56.000Z","size":75,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-20T21:04:43.975Z","etag":null,"topics":["api-client","api-wrapper","crystal","foaas","fuck","fuck-off-as-a-service"],"latest_commit_sha":null,"homepage":"https://mamantoha.github.io/foaas_client/","language":"Crystal","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/mamantoha.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-11T14:02:35.000Z","updated_at":"2026-01-20T12:05:45.000Z","dependencies_parsed_at":"2026-01-20T14:22:21.847Z","dependency_job_id":null,"html_url":"https://github.com/mamantoha/foaas_client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mamantoha/foaas_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffoaas_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffoaas_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffoaas_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffoaas_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mamantoha","download_url":"https://codeload.github.com/mamantoha/foaas_client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mamantoha%2Ffoaas_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28912236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T11:55:24.701Z","status":"ssl_error","status_checked_at":"2026-01-30T11:54:13.194Z","response_time":66,"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":["api-client","api-wrapper","crystal","foaas","fuck","fuck-off-as-a-service"],"created_at":"2024-10-03T20:23:12.367Z","updated_at":"2026-01-30T12:03:03.223Z","avatar_url":"https://github.com/mamantoha.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FOAAS Client\n\n[![Crystal CI](https://github.com/mamantoha/foaas_client/actions/workflows/crystal.yml/badge.svg)](https://github.com/mamantoha/foaas_client/actions/workflows/crystal.yml)\n[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://mamantoha.github.io/foaas_client/)\n\nA Crystal client for [FOAAS](https://github.com/tomdionysus/foaas)(Fuck Off As A Service) - a modern, RESTful, scalable solution to the common problem of telling people to fuck off.\n\n\u003e This library was writter to demonstrate a powerful macro system in [Crystal](https://crystal-lang.org/).\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  foaas_client:\n    github: mamantoha/foaas_client\n```\n\n## API Version\n\nVersion `2.3.2` of the FOAAS API is supported.\n\n## Usage\n\n```crystal\nrequire \"foaas_client\"\n\nclient = Foaas::Client.new\n\nclient.rtfm(\"Me\")\n# =\u003e #\u003cFoaas::Response:0x7fe964a10a80 @message=\"Read the fucking manual!\", @subtitle=\"- Me\"\u003e\n\nclient.awesome(\"You\")\n# =\u003e #\u003cFoaas::Response:0x7fe964a10900 @message=\"This is Fucking Awesome.\", @subtitle=\"- You\"\u003e\n\nclient.you(\"Nvidia\", \"Linus Torvalds\")\n# =\u003e #\u003cFoaas::Response:0x7fe964a10760 @message=\"Fuck you, Nvidia.\", @subtitle=\"- Linus Torvalds\"\u003e\n\nclient.dosomething(\"Do\", \"work\", \"Ruby\")\n# =\u003e #\u003cFoaas::Response:0x7fe964a10ae0 @message=\"Do the fucking work!\", @subtitle=\"- Ruby\"\u003e\n\nclient.awesome(\"Everyone\", i18n: \"uk\")\n# =\u003e #\u003cFoaas::Response:0x7fe964a10940 @message=\"Це, чорт забирай, класно. Усі \", @subtitle=\" undefined\"\u003e\n```\n\n## Development\n\n```console\ncrystal ./utils/generate_operations.cr\n```\n\n## Contributing\n\n1. Fork it ( https://github.com/mamantoha/foaas_client/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [mamantoha](https://github.com/mamantoha) Anton Maminov - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Ffoaas_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmamantoha%2Ffoaas_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmamantoha%2Ffoaas_client/lists"}