@laserfiche/lf-repository-api-client-v2 1.0.0--preview-6405171747

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Laserfiche
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # Laserfiche Repository API Client V2
2
+
3
+ Use the Laserfiche Repository API to access data in a Laserfiche repository. Import or export documents, modify the repository folder structure, read and modify templates and field values, and more.
4
+
5
+ ## Documentation
6
+
7
+ - [Developer Documentation](https://developer.laserfiche.com/)
8
+ - [Documentation](https://laserfiche.github.io/lf-repository-api-client-js/docs/v2/index.html) for the `@laserfiche/lf-repository-api-client-v2` npm package used to access the v2 Laserfiche Repository APIs.
9
+ - [Documentation](https://laserfiche.github.io/lf-repository-api-client-js/docs/v1/index.html) for the `@laserfiche/lf-repository-api-client` npm package used to access the v1 Laserfiche Repository APIs.
10
+
11
+ ## Changelog
12
+
13
+ See CHANGELOG [here](https://github.com/Laserfiche/lf-repository-api-client-js/blob/HEAD/CHANGELOG.md).
14
+
15
+ ## Installation
16
+
17
+ To install, [see here](https://www.npmjs.com/package/@laserfiche/lf-repository-api-client-v2)
18
+
19
+ ### Build, Test, and Package
20
+
21
+ See the [.github/workflows/main.yml](https://github.com/Laserfiche/lf-repository-api-client-js/blob/HEAD/.github/workflows/main.yml).
22
+
23
+ #### Branches
24
+
25
+ The v1 branch stores client code for the Laserfiche Repository API v1; the v2 branch stores client code for the Laserfiche Repository API v2.