@laserfiche/lf-repository-api-client-v2 1.0.1 → 1.0.2--preview-11072506643
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 → LICENSE} +1 -3
- package/README.md +19 -25
- package/dist/index.js +9473 -0
- package/package.json +25 -20
- package/dist/src/index.js +0 -9473
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
package/{LICENSE.md → LICENSE}
RENAMED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022 Laserfiche
|
|
4
|
-
|
|
5
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
4
|
of this software and associated documentation files (the "Software"), to deal
|
|
7
5
|
in the Software without restriction, including without limitation the rights
|
|
@@ -18,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
16
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
17
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
18
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
19
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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.
|
|
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
|
+
|
|
9
|
+
## Changelog
|
|
10
|
+
|
|
11
|
+
See CHANGELOG [here](https://github.com/Laserfiche/lf-api-js/blob/HEAD/packages/lf-repository-api-client-js/CHANGELOG.md).
|
|
12
|
+
|
|
13
|
+
## Installation
|
|
14
|
+
|
|
15
|
+
To install, [see here](https://www.npmjs.com/package/@laserfiche/lf-repository-api-client-v2)
|
|
16
|
+
|
|
17
|
+
### Build, Test, and Package
|
|
18
|
+
|
|
19
|
+
See the [.github/workflows/lf-repository-api-client-v2.yml](https://github.com/Laserfiche/lf-api-js/blob/HEAD/.github/workflows/lf-repository-api-client-v2.yml).
|