{"id":22243770,"url":"https://github.com/jroliveira/http-query-filter","last_synced_at":"2025-07-28T01:33:12.153Z","repository":{"id":143436053,"uuid":"44995344","full_name":"jroliveira/http-query-filter","owner":"jroliveira","description":"Project-based filter system StrongLoop Node.js API Platform developed by IBM Company.","archived":false,"fork":false,"pushed_at":"2020-07-16T21:55:49.000Z","size":2425,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-13T15:21:10.923Z","etag":null,"topics":["cakebuild","conventional-changelog","conventional-commits","csharp","dotnet-core","dotnet-standard","filter","http","package","querystring","rest","rql","standard-version","strongloop"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Http.Query.Filter","language":"C#","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/jroliveira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-10-26T20:30:01.000Z","updated_at":"2023-03-12T15:28:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"16e5b361-4a3c-4ed3-b7f5-b2b99de120fd","html_url":"https://github.com/jroliveira/http-query-filter","commit_stats":null,"previous_names":["jroliveira/restful-query-filter"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jroliveira/http-query-filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fhttp-query-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fhttp-query-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fhttp-query-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fhttp-query-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jroliveira","download_url":"https://codeload.github.com/jroliveira/http-query-filter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fhttp-query-filter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451078,"owners_count":24089292,"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-07-27T02:00:11.917Z","response_time":82,"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":["cakebuild","conventional-changelog","conventional-commits","csharp","dotnet-core","dotnet-standard","filter","http","package","querystring","rest","rql","standard-version","strongloop"],"created_at":"2024-12-03T04:29:02.863Z","updated_at":"2025-07-28T01:33:12.119Z","avatar_url":"https://github.com/jroliveira.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Http Query Filter - Logo][logo]\n\n# Http Query Filter\n\n[![Build status](https://ci.appveyor.com/api/projects/status/id8it23ojpmcwlbb?svg=true)](https://ci.appveyor.com/project/junioro/http-query-filter)\n[![Build Status](https://travis-ci.org/jroliveira/http-query-filter.svg?branch=master)](https://travis-ci.org/jroliveira/http-query-filter)\n[![NuGet](https://img.shields.io/nuget/v/Http.Query.Filter.svg)](https://www.nuget.org/packages/Http.Query.Filter/)\n[![NuGet](https://img.shields.io/nuget/dt/Http.Query.Filter.svg)](https://www.nuget.org/packages/Http.Query.Filter/)\n[![CodeFactor](https://www.codefactor.io/repository/github/jroliveira/http-query-filter/badge)](https://www.codefactor.io/repository/github/jroliveira/http-query-filter)\n[![Maintainability](https://api.codeclimate.com/v1/badges/62b3f82f9fc66560bbd7/maintainability)](https://codeclimate.com/github/jroliveira/http-query-filter/maintainability)\n[![License: MIT](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)\n\nProject-based filter system [LoopBack Querying data][loopback] developed by [IBM Company][ibm] and [Resource Query Language (RQL)][rql].\n\n## Installing / Getting started\n\n``` bash\n# Install package\n$ dotnet add package Http.Query.Filter\n```\n\n## Developing\n\n### Built With\n\n - [.NET Core](https://docs.microsoft.com/en-us/dotnet/core/)\n - [C#](https://docs.microsoft.com/en-us/dotnet/csharp/)\n - [Node.js](https://nodejs.org/en/)\n\n### Pre requisites\n\nDownload and install:\n\n - [.NET Core SDK](https://www.microsoft.com/net/download)\n - [Node.js](https://nodejs.org/en/download/)\n\n### Setting up Dev\n\n``` bash\n# Clone this repository\n$ git clone https://github.com/jroliveira/http-query-filter.git\n\n# Go into the repository\n$ cd http-query-filter\n\n# Download node packages and install Cake\n$ npm install\n```\n\n### Building\n\n``` bash\n$ dotnet cake\n```\n\nor simulating ci \n\n``` bash\n$ dotnet cake --target=Release --simulating-ci\n```\n\nor with docker\n\n``` bash\n$ docker build --tag http-query-filter .\n```\n\n### Testing\n\n``` bash\n$ dotnet cake\n```\n\nor\n\n``` bash\n$ dotnet test\n```\n\n### Releasing\n\nYou must create a file `ci-env.json` on the path `./build/` with the context below.  \nThis file is used to set the configuration to run the command below.\n\n``` json\n{\n  \"nuget\": {\n    \"apiKey\": \"\u003cyour_nuget_api_key\u003e\"\n  }\n}\n```\n\n``` bash\n$ dotnet cake --target=Release\n```\n\n## Api Reference\n\n[Documentation](docs/README.md)\n\n## Licensing\n\nThe code is available under the [MIT license](LICENSE.txt).\n\n[loopback]: https://loopback.io/doc/en/lb4/Querying-data.html\n[ibm]: http://www.ibm.com/\n[logo]: docs/logo.png \"Http Query Filter - Logo\"\n[rql]: https://github.com/persvr/rql\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroliveira%2Fhttp-query-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjroliveira%2Fhttp-query-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroliveira%2Fhttp-query-filter/lists"}