{"id":20493934,"url":"https://github.com/willtpwise/live-hub-back","last_synced_at":"2025-10-09T10:38:36.237Z","repository":{"id":87789220,"uuid":"102791362","full_name":"willtpwise/live-hub-back","owner":"willtpwise","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-16T22:58:20.000Z","size":28068,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T17:51:58.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/willtpwise.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-07T22:25:18.000Z","updated_at":"2018-05-13T21:52:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"c6a1e0f8-daf4-4b0a-8224-71ee56e720d0","html_url":"https://github.com/willtpwise/live-hub-back","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willtpwise/live-hub-back","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Flive-hub-back","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Flive-hub-back/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Flive-hub-back/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Flive-hub-back/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willtpwise","download_url":"https://codeload.github.com/willtpwise/live-hub-back/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Flive-hub-back/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001272,"owners_count":26083040,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T17:37:36.313Z","updated_at":"2025-10-09T10:38:36.220Z","avatar_url":"https://github.com/willtpwise.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiveHUB Backend\n ---\nREST API \u0026 Data store\n\n## Get users\nEndpoint `/users/`\n\nMake a post request to `/users/` to query one or more users/\n\n### Options\nThe following params can be sent as post data\n#### Field name\nA field name representing an argument for filtering the results\n```javascript\n{\n  id: 1 // Return user 1, only\n}\n```\n```javascript\n// Return all users who's first name starts will 'will' and last name is\n// exactly 'wise'\n{\n  first_name: {\n    operator: 'LIKE',\n    value: 'will%'\n  },\n  last_name: 'wise'\n}\n```\n\n#### Ordering\nThe order object in your post data allows you to control the order of results\n```javascript\n// Return results in alphabetical order, based on first_name\n{\n  order: {\n    column: ['first_name'],\n    direction: 'ASC'\n  }\n}\n```\n\n#### Limiting\nLimit the number of results returned using the limit property in your post data\n```javascript\n{\n  limit: 10\n}\n```\nBy default the limit for results returned is `25`. You can remove this limit by\npassing `-1`.\n\n### Response value\nThe response value is a JSON object. Within it's body property will be an array\ncontaining your results.\n\n## Create Users\n\n\n\n\n\n## Create user\n```/users/create/```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilltpwise%2Flive-hub-back","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilltpwise%2Flive-hub-back","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilltpwise%2Flive-hub-back/lists"}