@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.
@@ -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
- - [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.
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).