{"id":23168796,"url":"https://github.com/servable-community/servable-pageable","last_synced_at":"2026-04-24T23:34:10.156Z","repository":{"id":197006086,"uuid":"697800203","full_name":"servable-community/servable-pageable","owner":"servable-community","description":"The pageable protocol handles the complete lifecycle for pageable objects, from storing the models to saving the custom implementation on instianted objects.","archived":false,"fork":false,"pushed_at":"2023-09-29T05:31:33.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T15:49:27.267Z","etag":null,"topics":["nodejs","pageable","parse-server","protocols","servable"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/servable-community.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":"2023-09-28T13:57:28.000Z","updated_at":"2023-10-10T10:44:34.000Z","dependencies_parsed_at":"2024-10-25T21:16:01.978Z","dependency_job_id":"1c9a3a34-b9ba-46a4-9e05-c9c973106a86","html_url":"https://github.com/servable-community/servable-pageable","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"4689e443e72ce96ff9502c0a3b236ffa3b9dc5a0"},"previous_names":["yelounak/servable-pageable"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/servable-community/servable-pageable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servable-community%2Fservable-pageable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servable-community%2Fservable-pageable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servable-community%2Fservable-pageable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servable-community%2Fservable-pageable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/servable-community","download_url":"https://codeload.github.com/servable-community/servable-pageable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/servable-community%2Fservable-pageable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["nodejs","pageable","parse-server","protocols","servable"],"created_at":"2024-12-18T03:13:27.224Z","updated_at":"2026-04-24T23:34:10.141Z","avatar_url":"https://github.com/servable-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pageable Protocol\n\n![logo](/static/img/polar-bear-4.png)\n\n[![npm Package](https://img.shields.io/npm/v/servable-pageable.svg?style=flat-square)](https://www.npmjs.org/package/servable-pageable)\n[![NPM Downloads](https://img.shields.io/npm/dm/servable-pageable.svg)](https://npmjs.org/package/servable-pageable)\n[![Build Status](https://github.com/yelounak/servable-pageable/actions/workflows/release.yml/badge.svg)](https://github.com/yelounak/servable-pageable/actions/tests.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\nThe pageable protocol handles the complete lifecycle for pageable objects, from storing the models to saving the custom implementation on instianted objects.\n\n## Install\n```bash\nyarn add servable-pageable\n```\n\n## Auxiliary packages\n\n### Shared library\n[servable-pageable-shared](https://github.com/yelounak/servable-pageable-shared)\n```bash\nyarn add servable-pageable-shared\n```\n\n### React library\n[servable-pageable-react](https://github.com/yelounak/servable-pageable-react)\n```bash\nyarn add servable-pageable-react\n```\n\n## Protocol\n### Configuration\n#### Payload sample\n```json\n {\n    \"id\": \"pageable\",\n    \"name\": \"pageable\",\n    \"slug\": \"ps\",\n    \"module\": {\n        \"servable-pageable\": \"*\"\n    },\n    \"version\": \"*\",\n    \"params\": {\n        \"liveClasses\": [\"pageable\"],\n        \"schema\": {\n            \"restrictSecurity\": true\n        }\n    }\n}\n```\n#### Reference\n\n\n### Capacities\n#### Schema\n**Classes**\nTODO\n\n**Class level permissions**\nTODO\n\n**Indexes**\n```json\n{\n    \"_pageableStatus\": {\n        \"pageableStatus\": 1\n    }\n}\n```\n\n**Fields**\n```json\n{\n    \"pageableStatus\": {\n        \"type\": \"String\"\n    }\n}\n```\n\n#### Protocol class\nTODO\n#### Classes\nTODO\n#### Triggers\nTODO\n#### Before init\nTODO\n#### After init\nTODO\n#### Seed\nTODO\n#### Config\nTODO\n#### Functions\nTODO\n#### Jobs\nTODO\n#### Live classes\nTODO\n\n### Security\nTODO\n\n### Performance\nTODO\n\n## Servable Documentation\nYou can find here the complete [servable documentation](https://documentation.servable.app/) with guides and api reference.\n\n## License\n\nMIT © [yelounak](https://github.com/yelounak)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservable-community%2Fservable-pageable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fservable-community%2Fservable-pageable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fservable-community%2Fservable-pageable/lists"}