{"id":17158299,"url":"https://github.com/jaytaph/saffire-framework","last_synced_at":"2026-01-05T12:41:43.162Z","repository":{"id":27842938,"uuid":"31333093","full_name":"jaytaph/saffire-framework","owner":"jaytaph","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-25T20:03:03.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T19:23:43.717Z","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/jaytaph.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":"2015-02-25T20:00:31.000Z","updated_at":"2015-02-25T20:00:31.000Z","dependencies_parsed_at":"2022-09-03T13:25:07.232Z","dependency_job_id":null,"html_url":"https://github.com/jaytaph/saffire-framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaytaph%2Fsaffire-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaytaph%2Fsaffire-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaytaph%2Fsaffire-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaytaph%2Fsaffire-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaytaph","download_url":"https://codeload.github.com/jaytaph/saffire-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245288546,"owners_count":20590907,"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","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":"2024-10-14T22:11:06.611Z","updated_at":"2026-01-05T12:41:43.124Z","avatar_url":"https://github.com/jaytaph.png","language":null,"readme":"Simple module test for saffire.\n\nMore info: http://saffire-lang.org\n\n\n(make sure the Noxlogic directory is located in the ./modules directory)\n\n\nContents of: ./test.sf:\n```\n// imports the io class from the io module as \"io\" into the current namespace\nimport io;\n// Import framework and http request\nimport Noxlogic::Framework;\nimport Noxlogic::Framework::Http::Request;\n\n// Call the print method from our (imported) io class with a single argument\nio.print(\"Hello world!\\n\");\n\n// Create request object\nrequest = Request();\nrequest.setHttpMethod(\"get\");\nrequest.setUrl(\"http://saffire-lang.org\");\n\n// Request is automatically cast to string by the \"print\" method. (calls request.__string())\nio.print(request, \"\\n\");\n\n// Run the framework\napp = Framework();\nresponse = app.run(request);\n\n// Response is automatically cased: response.__string()\nio.print(\"Response: \", response);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaytaph%2Fsaffire-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaytaph%2Fsaffire-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaytaph%2Fsaffire-framework/lists"}