1.0.3 • Published 4 years ago

jpa-search v1.0.3

Weekly downloads
44
License
-
Repository
-
Last release
4 years ago

jpa-search

jpa-search is a NPM Angular module. This module was written to find parameters and their related operands of given service path, "get" request, from swagger service descriptions json file (/v2/api-docs) and return the criteria object based on user searched rows.

Installation

npm install jpa-search

Usage

import JpaSearchModule


<lib-jpa-search [apiPath]="http://{host_path}/{base_path}/{path_to_service}" (finalCriteria)="useFinalCriteria($event)"></lib-jpa-search>
for example: apiPath = http://pay.sample.name/paye/api/transaction

The component will create the result criteria for you base on your search rows and values. For example the result would be: {"buyerIpAddress.equals" => "2"}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago