Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeo-platform-jx-bot committed Mar 20, 2023
1 parent d8b3db1 commit 4125c2d
Show file tree
Hide file tree
Showing 44 changed files with 16,696 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var Nuxeo = require('nuxeo');

## Documentation

Check out the [API documentation](https://nuxeo.github.io/nuxeo-js-client/latest/).
Check out the [API documentation](https://nuxeo.github.io/nuxeo-js-client/4.0.3/).

## Examples

Expand Down Expand Up @@ -545,7 +545,7 @@ if (nuxeo.serverVersion.lt(Nuxeo.SERVER_VERSIONS.LTS_2017)) {
...
```

See the [ServerVersion](https://nuxeo.github.io/nuxeo-js-client/latest/ServerVersion.html) documentation.
See the [ServerVersion](https://nuxeo.github.io/nuxeo-js-client/4.0.3/ServerVersion.html) documentation.

Note that the `nuxeoVersion` property is deprecated but it is still filled with the Nuxeo Server version.

Expand All @@ -554,7 +554,7 @@ Note that the `nuxeoVersion` property is deprecated but it is still filled with
`Operation` object allows you to execute an operation
(or operation chain).

See the [Operation](https://nuxeo.github.io/nuxeo-js-client/latest/Operation.html) documentation.
See the [Operation](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Operation.html) documentation.

#### Samples

Expand All @@ -581,7 +581,7 @@ nuxeo.operation('Document.Create')

The `Request` object allows you to call the Nuxeo REST API.

See the [Request](https://nuxeo.github.io/nuxeo-js-client/latest/Request.html) documentation.
See the [Request](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Request.html) documentation.

#### Samples

Expand Down Expand Up @@ -615,7 +615,7 @@ nuxeo.request('directory/nature')

The `Repository` object allows you to work with document.

See the [Repository](https://nuxeo.github.io/nuxeo-js-client/latest/Repository.html) documentation.
See the [Repository](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Repository.html) documentation.

#### Samples

Expand Down Expand Up @@ -676,7 +676,7 @@ nuxeo.repository()
`Repository` object returns and works with `Document` objects. `Document` objects exposes a simpler API
to work with a document.

See the [Document](https://nuxeo.github.io/nuxeo-js-client/latest/Document.html) documentation.
See the [Document](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Document.html) documentation.

#### Samples

Expand Down Expand Up @@ -785,7 +785,7 @@ workflow.fetchTasks()
The `BatchUpload` object allows you to upload blobs to a Nuxeo Platform instance, and use them as operation input or
as document property value.

See the [BatchUpload](https://nuxeo.github.io/nuxeo-js-client/latest/BatchUpload.html) documentation.
See the [BatchUpload](https://nuxeo.github.io/nuxeo-js-client/4.0.3/BatchUpload.html) documentation.

#### Samples

Expand Down Expand Up @@ -840,8 +840,8 @@ nuxeo.batchUpload()

The `Users` object allows you to work with users.

See the [Users](https://nuxeo.github.io/nuxeo-js-client/latest/Users.html) and
[User](https://nuxeo.github.io/nuxeo-js-client/latest/User.html) documentation.
See the [Users](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Users.html) and
[User](https://nuxeo.github.io/nuxeo-js-client/4.0.3/User.html) documentation.

#### Samples

Expand Down Expand Up @@ -886,8 +886,8 @@ nuxeo.users()

The `Groups` object allows you to work with groups.

See the [Groups](https://nuxeo.github.io/nuxeo-js-client/latest/Groups.html) and
[Group](https://nuxeo.github.io/nuxeo-js-client/latest/Group.html) documentation.
See the [Groups](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Groups.html) and
[Group](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Group.html) documentation.

#### Samples

Expand Down Expand Up @@ -927,8 +927,8 @@ nuxeo.groups()

The `Directory` object allows you to work with directories.

See the [Directory](https://nuxeo.github.io/nuxeo-js-client/latest/Directory.html) and
[DirectoryEntry](https://nuxeo.github.io/nuxeo-js-client/latest/DirectoryEntry.html) documentation.
See the [Directory](https://nuxeo.github.io/nuxeo-js-client/4.0.3/Directory.html) and
[DirectoryEntry](https://nuxeo.github.io/nuxeo-js-client/4.0.3/DirectoryEntry.html) documentation.

#### Samples

Expand Down
13 changes: 13 additions & 0 deletions dist/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2016 Nuxeo SA (http://nuxeo.com/) and others.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Loading

0 comments on commit 4125c2d

Please sign in to comment.