Project-based filter system LoopBack Querying data developed by IBM Company and Resource Query Language (RQL).
# Install package
$ dotnet add package Http.Query.Filter
Download and install:
# Clone this repository
$ git clone https://github.com/jroliveira/http-query-filter.git
# Go into the repository
$ cd http-query-filter
# Download node packages and install Cake
$ npm install
$ dotnet cake
or simulating ci
$ dotnet cake --target=Release --simulating-ci
or with docker
$ docker build --tag http-query-filter .
$ dotnet cake
or
$ dotnet test
You must create a file ci-env.json
on the path ./build/
with the context below.
This file is used to set the configuration to run the command below.
{
"nuget": {
"apiKey": "<your_nuget_api_key>"
}
}
$ dotnet cake --target=Release
The code is available under the MIT license.