{"id":15451612,"url":"https://github.com/galargh/task-scala","last_synced_at":"2025-04-06T16:19:15.082Z","repository":{"id":92576682,"uuid":"64637350","full_name":"galargh/task-scala","owner":"galargh","description":"oratio's test assignment","archived":false,"fork":false,"pushed_at":"2016-08-09T10:16:15.000Z","size":1051,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T22:18:50.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/galargh.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":"2016-08-01T05:05:15.000Z","updated_at":"2021-09-16T18:58:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"f97e8aec-bbc2-4c48-a4c4-0c9a8c4e33f1","html_url":"https://github.com/galargh/task-scala","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.4285714285714286,"last_synced_commit":"40f2e3e805709ebf2c3239fd0ed7cc95bfb4ff9d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galargh%2Ftask-scala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galargh%2Ftask-scala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galargh%2Ftask-scala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/galargh%2Ftask-scala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/galargh","download_url":"https://codeload.github.com/galargh/task-scala/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509238,"owners_count":20950232,"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-01T21:33:32.119Z","updated_at":"2025-04-06T16:19:15.061Z","avatar_url":"https://github.com/galargh.png","language":"Scala","readme":"# Scala Task oratio\n\n## Installation\n\n1. Install either [sbt](http://www.scala-sbt.org/0.13/docs/Setup.html) or [activator](https://www.playframework.com/documentation/2.5.x/Installing)\n2. Run with `sbt ~run` or `activator ~run`\n\n## Task\n\nThe main route is `/task/:actor`, where `:actor` is a string parameter. if `:actor` is \"list\", the `ListActor` should be called, if `:actor`\nis \"user\" the `UserActor` should be called. A optional GET parameter called `param` can be passed to perform various actions on this actors.\n\ne.g.\n\n`GET /task/list` will return the list from ListActor as it is\n\n`GET /task/list?param=sum` will return the sum of the list from ListActor\n...\n\nMore information can be found within the `ListActor` and `UserActor` class.\n\n## Controllers\n\n- HomeController.scala:\n\n  Main entry point, contains the Action for the task.\n\n\n## Actors\n\n- ListActor.scala:\n\n  An actor containing a list. It expects various parameters to perform actions on this list.\n\n- UserActor.scala:\n\n  An actor containing a list of User case classes. It expects various parameters to perform actions on this list.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalargh%2Ftask-scala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalargh%2Ftask-scala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalargh%2Ftask-scala/lists"}