-
Notifications
You must be signed in to change notification settings - Fork 1
/
versionone.sdk.java.apiclient.json
209 lines (209 loc) · 12.1 KB
/
versionone.sdk.java.apiclient.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"id": "VersionOne.SDK.Java.APIClient",
"titleSection": {
"name": "VersionOne Java SDK",
"shortDescription": "A library for Java development with the VersionOne REST API.",
"pricing": "Free",
"support": {
"text": "VersionOne",
"href": "http://support.versionone.com/home"
}
},
"descriptionSection": {
"description": "The VersionOne Java SDK is a free and open-source library that accelerates software development of applications that integrate with VersionOne. The SDK serves as a wrapper to the VersionOne REST API, eliminating the need to manually code low-level HTTP requests and responses."
},
"linksSection": [
{
"type": "download",
"title": "Java SDK in Maven Central",
"href": "http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22VersionOne.SDK.Java.APIClient%22"
},
{
"type": "download",
"title": "Java SDK as downloadable ZIP",
"href": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-16.1.3.zip"
},
{
"type": "documentation",
"title": "Documentation with Code Samples",
"href": "https://community.versionone.com/Developers/Developer-Library/Documentation/Java_SDK"
},
{
"type": "documentation",
"title": "API Documentation (JavaDocs)",
"href": "http://versionone.github.io/VersionOne.SDK.Java.APIClient/"
},
{
"type": "source",
"title": "GitHub Project for Source Code and Issues",
"href": "https://github.com/versionone/VersionOne.SDK.Java.APIClient"
},
{
"type": "license",
"title": "Modified BSD (3 clause) License",
"href": "https://github.com/versionone/VersionOne.SDK.Java.APIClient/blob/master/LICENSE.md"
}
],
"updatesSection": {
"updates": [
{
"date": "2021-03-19T00:00:00.000Z",
"description": "21.0",
"version": "16.1.3",
"releaseNotes": " * Specify charset encoding for V1Connector IO Streams",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-16.1.3.zip"
},
{
"date": "2020-10-07T00:00:00.000Z",
"description": "20.3",
"version": "16.1.2",
"releaseNotes": " * URL encoding fixes for Attributes.\n *Sophisticated attribute tokens were not properly URL encoded and lead to errors when issuing requests with selections or filters using these tokens. Work-arounds where encoding is done manually of the attribute token characters like [ are no longer needed.\n *UTF-8 will not be the default encoding of the body of post requests so there is proper support for unicode characters in Name and Description",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-16.1.2.zip"
},
{
"date": "2018-04-12T00:00:00.000Z",
"description": "Spring 2018",
"version": "16.1.0",
"releaseNotes": " * Added support for non-relational Multi-Value attributes (supports TaggedWith attribute)",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-16.1.0.zip"
},
{
"date": "2016-12-29T00:00:00.000Z",
"description": "Winter 2016",
"version": "16.0.0",
"releaseNotes": " * Added support for Guid Attributes \n * Removed OAuth support from the Connector",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-16.0.0.zip"
},
{
"date": "2016-05-04T00:00:00.000Z",
"description": "Spring 2016",
"version": "15.3.0",
"releaseNotes": " * Added Services constructor overload that allows passing in an IMetaModel \n * Added Services constructor overload that allows pre-loading meta",
"qualityBand": "mature",
"downloadUrl": "http://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-15.3.0.zip"
},
{
"date": "2016-03-14T00:00:00.000Z",
"description": "Spring 2016",
"version": "15.2.0",
"releaseNotes": " * Fixed attachment support to properly use InputStream",
"qualityBand": "mature",
"downloadUrl": "http://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-15.2.0.zip"
},
{
"date": "2015-08-14T00:00:00.000Z",
"description": "Summer 2015",
"version": "15.1.1",
"releaseNotes": " * Fixed URL encoding for query filter operators",
"qualityBand": "mature",
"downloadUrl": "http://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-15.1.1.zip"
},
{
"date": "2015-07-16T00:00:00.000Z",
"description": "Summer 2015",
"version": "15.1.0",
"releaseNotes": " * Added V1Connector.UseOAuthEndpoints method\n * Deprecated V1Connector.UseEndpoint method\n * Added SaveAttachment/GetAttachment methods to Services class\n * Added SaveEmbeddedImage/GetEmbeddedImage methods to Services class\n * Deprecated IAttachments interface and Attachments class",
"qualityBand": "mature",
"downloadUrl": "http://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-15.1.0.zip"
},
{
"date": "2015-05-22T00:00:00.000Z",
"description": "Summer 2015",
"version": "15.0.0",
"releaseNotes": " * Added V1Connector class \n * Deprecated all other connector classes \n * Added support for access tokens \n * Added MetaModel to Services class \n * Added support for Localization API \n * Added support for Query API \n * Recompiled and tested with JVM 1.8 \n * Moved documentation to VersionOne Developer Library",
"qualityBand": "mature",
"downloadUrl": "http://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-15.0.0.zip"
},
{
"date": "2014-12-06T00:00:00.000Z",
"description": "Fall 2014",
"version": "13.0.2",
"releaseNotes": " * Added: V1APIConnector.setUserAgentHeader method for custom user-agent string \n * Updated: Recompiled and tested with JVM 1.7",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-13.0.2.zip"
},
{
"date": "2012-05-31T00:00:00.000Z",
"description": "Spring 2012",
"version": "12.0.3",
"releaseNotes": " * Fixed: Epic can have Tests as children. \n * Fixed: Epic.Risk is a Number, not a List Value.",
"qualityBand": "mature",
"downloadUrl": "https://v1platform.blob.core.windows.net/downloads/VersionOne.JavaSDK-12.0.zip"
},
{
"date": "2012-05-11T00:00:00.000Z",
"description": "Spring 2012",
"version": "292",
"releaseNotes": "Fixed: Project.GetChildProjects filtered with attribute no longer available in 12.0",
"qualityBand": "mature"
},
{
"date": "2012-03-06T00:00:00.000Z",
"description": "Spring 2012",
"version": "287",
"releaseNotes": "Changed: Epics changed from substate of Story to a first class asset in meta.",
"qualityBand": "mature"
},
{
"date": "2011-07-01T00:00:00.000Z",
"description": "Summer 2011",
"version": "260",
"releaseNotes": "Added: Support for connecting to VersionOne through a proxy.",
"qualityBand": "mature"
},
{
"date": "2010-11-15T00:00:00.000Z",
"description": "Winter 2010",
"version": "249",
"releaseNotes": " * Added: The .NET and Java SDK Object Model contains objects for Regression Testing assets (Regression TestSet, Environment, Regression Test, Regression Plan, Regression Suite). \n * Fixed: FilterTerm.Exists doesn’t work when filtering for empty relationships. \n * Fixed: SDK canDelete method returns true on Closed Assets. \n * Fixed: SDK tries to retrieve Actual.AssetState which is an invalid attribute. \n * Fixed: SDK honors local settings for numbers. \n * Fixed: SDK does not cache connections",
"qualityBand": "mature"
},
{
"date": "2010-08-10T00:00:00.000Z",
"description": "Summer 2010",
"version": "223",
"releaseNotes": " * ObjectModel library supports creating assets that have required fields defined in VersionOne \n * Added a RequiredFieldValidator class to APIClient library. This class can be used to validate an asset before saving.",
"qualityBand": "mature"
},
{
"date": "2010-03-30T00:00:00.000Z",
"description": "Spring 2010",
"version": "210",
"releaseNotes": "Added ability to set cookies in HTTP request",
"qualityBand": "mature"
},
{
"date": "2009-11-19T00:00:00.000Z",
"description": "Winter 2009",
"version": "203",
"releaseNotes": " * Added the ability to send custom headers to the VersionOne server \n * Fixed defect that prevented putting OIDs in a dictionary \n * Fixed defect that prevented requesting multiple asset types in one server call \n * Fixed defect that prevented adding a new item to multivalue list \n * Fixed defect that prevented setting string values to an empty string or null. \n * Fixed defect in Service.save methog that resulted in exceptions when there was no server connectionFixed defect in Service.save methog that resulted in exceptions when there was no server connection \n * Fixed defect with BaseAsset.isActive and BaseAsset.isClosed that resulted in invalid values when asset was cached \n * Removed Entity.GetMyLastChangeDate and Entity.GetMyLastChangeComment from ObjectModel.",
"qualityBand": "mature"
},
{
"date": "2009-05-27T00:00:00.000Z",
"description": "Spring 2009",
"version": "187",
"releaseNotes": " * Added ability to filter on Create Date and Change Date \n * Added ability to filter on Effort Date \n * Fixed defect sending and receiving non-ascii characters \n * Fixed defect that prevented sending LastAccessed information to server \n * Fixed defect that resulted in NULL value being returned when getting effort by ID",
"qualityBand": "mature"
}
],
"qualityBands": {
"seed": {
"shortDescription": "The initial idea of a product. May not be stable code.",
"href": "https://github.com/versionone/VersionOne.SDK.Java.APIClient/blob/master/CONTRIBUTING.md#seed"
},
"sapling": {
"shortDescription": "The product is undergoing rapid growth. The code works but expect major changes.",
"href": "https://github.com/versionone/VersionOne.SDK.Java.APIClient/blob/master/CONTRIBUTING.md#sapling"
},
"mature": {
"shortDescription": "The product is stable. The code will continue to evolve with minimum breaking changes.",
"href": "https://github.com/versionone/VersionOne.SDK.Java.APIClient/blob/master/CONTRIBUTING.md#mature"
}
}
}
}