Skip to content

Commit 2fd0c51

Browse files
committed
Update version 1.3.3
1 parent 65fc9c3 commit 2fd0c51

669 files changed

Lines changed: 798 additions & 1732 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
33

44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

6-
- API version: 1.3.2-rdg
7-
- Package version: 1.3.2
6+
- API version: 1.3.3
7+
- Package version: 1.3.3
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -17,9 +17,9 @@ Python 2.7 and 3.4+
1717
If the python package is hosted on Github, you can install directly from Github
1818

1919
```sh
20-
pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.3.2
20+
pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.3.3
2121
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.3.2`)
22+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/OpenSILEX/opensilexClientToolsPython.git@1.3.3`)
2323

2424
Then import the package:
2525
```python
@@ -148,10 +148,6 @@ Class | Method | HTTP request | Description
148148
*DataApi* | [**update_confidence**](docs/DataApi.md#update_confidence) | **PUT** /core/data/{uri}/confidence | Update confidence index
149149
*DataApi* | [**update_provenance**](docs/DataApi.md#update_provenance) | **PUT** /core/provenances | Update a provenance
150150
*DataApi* | [**validate_csv**](docs/DataApi.md#validate_csv) | **POST** /core/data/import_validation | Import a CSV file for the given provenanceURI.
151-
*DataverseApi* | [**available_dataset_languages**](docs/DataverseApi.md#available_dataset_languages) | **GET** /dataverse/datasetLanguages | Get the available dataset languages
152-
*DataverseApi* | [**available_dataset_metadata_languages**](docs/DataverseApi.md#available_dataset_metadata_languages) | **GET** /dataverse/datasetMetadataLanguages | Get the available dataset metadata languages
153-
*DataverseApi* | [**create_dataset**](docs/DataverseApi.md#create_dataset) | **POST** /dataverse | Create experiment as a Dataset
154-
*DataverseApi* | [**recherche_data_gouv_base_path**](docs/DataverseApi.md#recherche_data_gouv_base_path) | **GET** /dataverse/RechercheDataGouvBasePath | Get the Recherche Data Gouv url from the instance configuration
155151
*DevicesApi* | [**count_device_data**](docs/DevicesApi.md#count_device_data) | **GET** /core/devices/{uri}/data/count | Count device data
156152
*DevicesApi* | [**create_device**](docs/DevicesApi.md#create_device) | **POST** /core/devices | Create a device
157153
*DevicesApi* | [**delete_device**](docs/DevicesApi.md#delete_device) | **DELETE** /core/devices/{uri} | Delete a device

docs/DataverseApi.md

Lines changed: 0 additions & 238 deletions
This file was deleted.

docs/Literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**string** | **str** | | [optional]
67
**boolean** | **bool** | | [optional]
78
**byte** | **str** | | [optional]
89
**short** | **int** | | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
1314
**double** | **float** | | [optional]
1415
**value** | **object** | | [optional]
1516
**language** | **str** | | [optional]
16-
**string** | **str** | | [optional]
1717
**datatype** | [**RDFDatatype**](RDFDatatype.md) | | [optional]
1818
**datatype_uri** | **str** | | [optional]
1919
**lexical_form** | **str** | | [optional]

docs/Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**empty** | **bool** | | [optional]
77
**closed** | **bool** | | [optional]
8-
**reader** | [**RDFReaderI**](RDFReaderI.md) | | [optional]
98
**lock** | [**Lock**](Lock.md) | | [optional]
9+
**reader** | [**RDFReaderI**](RDFReaderI.md) | | [optional]
1010
**writer** | [**RDFWriterI**](RDFWriterI.md) | | [optional]
1111
**graph** | [**Graph**](Graph.md) | | [optional]
1212
**ns_prefix_map** | **dict(str, str)** | | [optional]

docs/RDFList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**empty** | **bool** | | [optional]
76
**head** | [**RDFNode**](RDFNode.md) | | [optional]
7+
**strict** | **bool** | | [optional]
88
**valid** | **bool** | | [optional]
99
**tail** | [**RDFList**](RDFList.md) | | [optional]
10-
**strict** | **bool** | | [optional]
10+
**empty** | **bool** | | [optional]
1111
**validity_error_message** | **str** | | [optional]
1212
**id** | [**AnonId**](AnonId.md) | | [optional]
1313
**name_space** | **str** | | [optional]

docs/Statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**string** | **str** | | [optional]
67
**object** | [**RDFNode**](RDFNode.md) | | [optional]
78
**boolean** | **bool** | | [optional]
89
**byte** | **str** | | [optional]
@@ -14,7 +15,6 @@ Name | Type | Description | Notes
1415
**double** | **float** | | [optional]
1516
**resource** | [**Resource**](Resource.md) | | [optional]
1617
**language** | **str** | | [optional]
17-
**string** | **str** | | [optional]
1818
**subject** | [**Resource**](Resource.md) | | [optional]
1919
**list** | [**RDFList**](RDFList.md) | | [optional]
2020
**model** | [**Model**](Model.md) | | [optional]

opensilexClientToolsPython/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
99
10-
OpenAPI spec version: 1.3.2-rdg
10+
OpenAPI spec version: 1.3.3
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""
@@ -410,8 +410,8 @@
410410
from opensilexClientToolsPython.models import CountListItemPeriodDTO
411411
from opensilexClientToolsPython.models import CountListItemPeriodDTO
412412

413-
from opensilexClientToolsPython.models import RDFReaderI
414413
from opensilexClientToolsPython.models import Lock
414+
from opensilexClientToolsPython.models import RDFReaderI
415415
from opensilexClientToolsPython.models import RDFWriterI
416416
from opensilexClientToolsPython.models import Graph
417417

@@ -1276,7 +1276,6 @@
12761276
from opensilexClientToolsPython.api.authentication_api import AuthenticationApi
12771277
from opensilexClientToolsPython.api.brapi_api import BRAPIApi
12781278
from opensilexClientToolsPython.api.data_api import DataApi
1279-
from opensilexClientToolsPython.api.dataverse_api import DataverseApi
12801279
from opensilexClientToolsPython.api.devices_api import DevicesApi
12811280
from opensilexClientToolsPython.api.documents_api import DocumentsApi
12821281
from opensilexClientToolsPython.api.events_api import EventsApi

opensilexClientToolsPython/api/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from opensilexClientToolsPython.api.authentication_api import AuthenticationApi
99
from opensilexClientToolsPython.api.brapi_api import BRAPIApi
1010
from opensilexClientToolsPython.api.data_api import DataApi
11-
from opensilexClientToolsPython.api.dataverse_api import DataverseApi
1211
from opensilexClientToolsPython.api.devices_api import DevicesApi
1312
from opensilexClientToolsPython.api.documents_api import DocumentsApi
1413
from opensilexClientToolsPython.api.events_api import EventsApi

opensilexClientToolsPython/api/annotations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.3.2-rdg
8+
OpenAPI spec version: 1.3.3
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

opensilexClientToolsPython/api/area_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
77
8-
OpenAPI spec version: 1.3.2-rdg
8+
OpenAPI spec version: 1.3.3
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)