{"id":17841287,"url":"https://github.com/shybovycha/oksana-api","last_synced_at":"2025-04-02T14:09:15.304Z","repository":{"id":23365906,"uuid":"26727093","full_name":"shybovycha/oksana-api","owner":"shybovycha","description":"SportEvents API","archived":false,"fork":false,"pushed_at":"2014-11-17T22:28:24.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T05:14:44.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/shybovycha.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":"2014-11-16T20:33:55.000Z","updated_at":"2014-11-17T22:28:24.000Z","dependencies_parsed_at":"2022-08-29T09:50:38.445Z","dependency_job_id":null,"html_url":"https://github.com/shybovycha/oksana-api","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/shybovycha%2Foksana-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shybovycha%2Foksana-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shybovycha%2Foksana-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shybovycha%2Foksana-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shybovycha","download_url":"https://codeload.github.com/shybovycha/oksana-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828500,"owners_count":20840474,"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-27T21:02:33.855Z","updated_at":"2025-04-02T14:09:15.271Z","avatar_url":"https://github.com/shybovycha.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oksana' API\n\n## Requests\n\nRequests are directed to `/users` resource. E. g.:\n\n* `GET /users` - list all users\n* `POST /users/sign_up` - create a new user\n\nSample `sign_up` request (in Ruby using `rest-client` gem):\n\n    RestClient.post 'localhost:9292/users/sign_up', { name: \"moo\", email: \"moo@foo.bar\", password: \"abc\", password_confirmation: \"abc\" }\n\nFor now, implemented methods are:\n\n* `GET /users`\n* `POST /users/sign_up`\n\n## Responses\n\nResponses are just JSON objects. Each response contains either `{ \"success\": true }` or `{ \"success\": false, \"error\": \"...\" }` part.\n\n### Available responses\n\n`GET /users`\n\n    { \"success\": true, \"users\": [\"#\u003cUser:0x00000002e925d0\u003e\"] }\n\n`POST /users/sign_up`\n\n    { \"success\": true, \"id\": 5, \"api_key\": \"abcdef0123456789\" }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshybovycha%2Foksana-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshybovycha%2Foksana-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshybovycha%2Foksana-api/lists"}