{"id":20388546,"url":"https://github.com/si3nloong/rsql","last_synced_at":"2025-10-17T05:02:38.709Z","repository":{"id":44029173,"uuid":"227252788","full_name":"si3nloong/rsql","owner":"si3nloong","description":"RSQL in typescript","archived":false,"fork":false,"pushed_at":"2024-05-31T11:00:29.000Z","size":934,"stargazers_count":2,"open_issues_count":14,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T05:33:21.589Z","etag":null,"topics":["query","querystring","rsql","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/si3nloong.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}},"created_at":"2019-12-11T01:51:53.000Z","updated_at":"2020-02-09T06:57:16.000Z","dependencies_parsed_at":"2023-02-03T06:45:57.866Z","dependency_job_id":null,"html_url":"https://github.com/si3nloong/rsql","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si3nloong%2Frsql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si3nloong%2Frsql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si3nloong%2Frsql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/si3nloong%2Frsql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/si3nloong","download_url":"https://codeload.github.com/si3nloong/rsql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248557002,"owners_count":21124156,"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":["query","querystring","rsql","typescript"],"created_at":"2024-11-15T03:11:23.057Z","updated_at":"2025-10-17T05:02:33.566Z","avatar_url":"https://github.com/si3nloong.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/si3nloong/rsql/workflows/test/badge.svg?branch=master)](https://github.com/si3nloong/rsql/actions)\n\n### RESTful Query Language (RSQL)\n\nUtility to generate rsql query string\n\n# Installation\n\nUsing npm:\n\n```bash\n$ npm i --save rsql\n```\n\n```javascript\nimport { filter, ne, or, eq, includes, notIncludes } from 'rsql';\n\nfilter(\n  eq('name', 'test'),\n  includes('status', ['A', 'B', 'C']),\n  notIncludes('status', ['A', 'B', 'C']),\n).qs(); // $filter=(name==test;status=in=A,B,C;status=nin=A,B,C)\u0026$limit=100\n\nfilter(ne('b', 'value'), or(eq('c', 'v2'), eq('d', 'v4'))).qs(); // $filter=(b!=value;(c==v2,d==v4))\u0026$limit=100\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi3nloong%2Frsql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsi3nloong%2Frsql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsi3nloong%2Frsql/lists"}