Skip to content

Commit f436a3f

Browse files
committed
Merge branch 'release/2020-09'
2 parents 15b3854 + d9b17fa commit f436a3f

35 files changed

+4472
-67
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.3
1+
4.3.1

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add this dependency to your project's POM:
3939
<dependency>
4040
<groupId>org.omg.sysml</groupId>
4141
<artifactId>sysml-v2-api-client</artifactId>
42-
<version>2020-06</version>
42+
<version>2020-09</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
```
@@ -49,7 +49,7 @@ Add this dependency to your project's POM:
4949
Add this dependency to your project's build file:
5050

5151
```groovy
52-
compile "org.omg.sysml:sysml-v2-api-client:2020-06"
52+
compile "org.omg.sysml:sysml-v2-api-client:2020-09"
5353
```
5454

5555
### Others
@@ -62,7 +62,7 @@ mvn clean package
6262

6363
Then manually install the following JARs:
6464

65-
* `target/sysml-v2-api-client-2020-06.jar`
65+
* `target/sysml-v2-api-client-2020-09.jar`
6666
* `target/lib/*.jar`
6767

6868
## Getting Started
@@ -117,18 +117,29 @@ Class | Method | HTTP request | Description
117117
*ProjectApi* | [**getProjectById**](docs/ProjectApi.md#getProjectById) | **GET** /projects/{projectId} | Get project by ID
118118
*ProjectApi* | [**getProjects**](docs/ProjectApi.md#getProjects) | **GET** /projects | Get projects
119119
*ProjectApi* | [**postProject**](docs/ProjectApi.md#postProject) | **POST** /projects | Create project
120-
*RelationshipApi* | [**getRelationshipsByProjectCommitRelatedElement**](docs/RelationshipApi.md#getRelationshipsByProjectCommitRelatedElement) | **GET** /projects/{projectId}/commits/{commitId}/elements/{relatedElementId}/relationships | Get relationships by project, commit, and related element.
120+
*QueryApi* | [**getQueriesByProject**](docs/QueryApi.md#getQueriesByProject) | **GET** /projects/{projectId}/queries | Get queries by project
121+
*QueryApi* | [**getQueryByProjectAndId**](docs/QueryApi.md#getQueryByProjectAndId) | **GET** /projects/{projectId}/queries/{queryId} | Get query by project and ID
122+
*QueryApi* | [**getQueryResultsByProjectIdQuery**](docs/QueryApi.md#getQueryResultsByProjectIdQuery) | **GET** /projects/{projectId}/query-results | Get query results by project and query definition
123+
*QueryApi* | [**getQueryResultsByProjectIdQueryId**](docs/QueryApi.md#getQueryResultsByProjectIdQueryId) | **GET** /projects/{projectId}/queries/{queryId}/results | Get query results by project and query
124+
*QueryApi* | [**getQueryResultsByProjectIdQueryPost**](docs/QueryApi.md#getQueryResultsByProjectIdQueryPost) | **POST** /projects/{projectId}/query-results | Get query results by project and query definition via POST
125+
*QueryApi* | [**postQueryByProject**](docs/QueryApi.md#postQueryByProject) | **POST** /projects/{projectId}/queries | Create query by project
126+
*RelationshipApi* | [**getRelationshipsByProjectCommitRelatedElement**](docs/RelationshipApi.md#getRelationshipsByProjectCommitRelatedElement) | **GET** /projects/{projectId}/commits/{commitId}/elements/{relatedElementId}/relationships | Get relationships by project, commit, and related element
121127

122128

123129
## Documentation for Models
124130

125131
- [Commit](docs/Commit.md)
132+
- [CommitContainingProject](docs/CommitContainingProject.md)
133+
- [CompositeConstraint](docs/CompositeConstraint.md)
134+
- [Constraint](docs/Constraint.md)
126135
- [Element](docs/Element.md)
127136
- [ElementIdentity](docs/ElementIdentity.md)
128137
- [ElementVersion](docs/ElementVersion.md)
129138
- [Error](docs/Error.md)
130139
- [Identified](docs/Identified.md)
140+
- [PrimitiveConstraint](docs/PrimitiveConstraint.md)
131141
- [Project](docs/Project.md)
142+
- [Query](docs/Query.md)
132143
- [Record](docs/Record.md)
133144
- [Relationship](docs/Relationship.md)
134145

0 commit comments

Comments
 (0)