Http.Query.Filter

Project-based filter system StrongLoop Node.js API Platform developed by IBM Company.


Keywords
rest, restful, api, filter, http, querystring, cakebuild, conventional-changelog, conventional-commits, csharp, dotnet-core, dotnet-standard, package, rql, standard-version, strongloop
License
MIT
Install
Install-Package Http.Query.Filter -Version 3.0.32

Documentation

Http Query Filter - Logo

Http Query Filter

Build status Build Status NuGet NuGet CodeFactor Maintainability License: MIT

Project-based filter system LoopBack Querying data developed by IBM Company and Resource Query Language (RQL).

Installing / Getting started

# Install package
$ dotnet add package Http.Query.Filter

Developing

Built With

Pre requisites

Download and install:

Setting up Dev

# 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

Building

$ dotnet cake

or simulating ci

$ dotnet cake --target=Release --simulating-ci

or with docker

$ docker build --tag http-query-filter .

Testing

$ dotnet cake

or

$ dotnet test

Releasing

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

Api Reference

Documentation

Licensing

The code is available under the MIT license.