{"id":18826293,"url":"https://github.com/otaviojava/calls-web-service","last_synced_at":"2026-01-21T05:30:20.500Z","repository":{"id":141704270,"uuid":"343826819","full_name":"otaviojava/calls-web-service","owner":"otaviojava","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-03T02:48:14.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-30T05:29:43.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/otaviojava.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":"2021-03-02T15:48:42.000Z","updated_at":"2023-01-02T12:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"59240b9f-452f-46ec-abf9-81f8461fecd3","html_url":"https://github.com/otaviojava/calls-web-service","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/otaviojava%2Fcalls-web-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fcalls-web-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fcalls-web-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fcalls-web-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otaviojava","download_url":"https://codeload.github.com/otaviojava/calls-web-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763670,"owners_count":19692800,"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-11-08T01:04:21.142Z","updated_at":"2026-01-21T05:30:20.458Z","avatar_url":"https://github.com/otaviojava.png","language":"Java","readme":"# calls-web-service\n\nStatement (Public)\nThe main objective of this challenge is to implement a service to manage a specific resource: Calls. The Call resource represents a phone call between two numbers with the following attributes:\n\n* Caller Number: the phone number of the caller.\n* Callee Number: the phone number of the callee.\n* Start Timestamp: start timestamp of the call.\n* End Timestamp: end timestamp of the call.\n* Type: Inbound or Outbound\n\n\n \n\n## Web Service\n\nThis Web Service should be able to manage and persist the Call resource, providing the following operations:\n\n* Create Calls (one or more).\n* Delete Call.\n* Get all Calls using pagination and be able to filter by Type.\n* Get statistics (the response to this operation should have the values aggregate by day, returning all days with calls):\n* Total call duration by type.\n* Total number of calls.\n* Number of calls by Caller Number.\n* Number of calls by Callee Number.\n* Total call cost using the following rules:\n  * Outbound calls cost 0.05 per minute after the first 5 minutes. The first 5 minutes cost 0.10.\n  * Inbound calls are free.\n* To persist the calls you should use any database that you feel comfortable with.\n\n \n\n## Client\n\nThe Client should allow the programmer to use all the operations of the Web Service without having to handle the connection by himself.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fcalls-web-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotaviojava%2Fcalls-web-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fcalls-web-service/lists"}