Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/stencil_component_json_fetch_autobuild_table
https://github.com/district09/stencil_component_json_fetch_autobuild_table
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/district09/stencil_component_json_fetch_autobuild_table
- Owner: district09
- License: other
- Created: 2023-07-12T13:38:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T13:56:33.000Z (about 1 year ago)
- Last Synced: 2024-11-05T09:46:44.697Z (about 2 months ago)
- Language: TypeScript
- Size: 178 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
Codebase for a stencil web component that generates a table from a given json.
### properties :
* apiurl : URL that serves the json
* columns: the properties from your json you wish to display (tested with single level nested json)
* filters : the columns you wish a filter on. URL query filtering is used on the properties.
* limitqueryparameter : the name of the url parameter used for retrieving the limit or count of items.
* offsetqueryparameter : the name of the url parameter to set an offset on a collection of items.
* totalparameter : the name of a property in the json that gives the total items in a collection. This to calculate the amount of pages, if not given the pages are set to 1.
## Features ##
* A
* List
* Off
* All
* The
* Features## Security ##
Always keep following security rules in mind when using credentials!### How to use the appliction ###
A short discription on which security measures are implemented and how to get them to work.
## Dependencies
## Building the source code ##
### Locally ###
### S2I ###
### Docker ###
## Running the application ##
### Environment variables ###
## Testing the application ##
Run integration tests using the [Karate framework](https://github.com/intuit/karate). See the [testing documentation](./karate/README.md) on how to run the tests locally and more information.