Skip to content

Commit 357bed3

Browse files
authored
Merge pull request #275 from buildingSMART/ykulbak-patch-1
Change to the the new OpenCDE foundation API repository URL
2 parents 7abf6a4 + 2272a41 commit 357bed3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[BCF XML GitHub repository](https://github.com/BuildingSMART/BCF-XML)
1010

11-
[Version 1.0 of the OpenCDE Foundation API specification is available here](https://github.com/BuildingSMART/opencde-foundation-API/tree/v1.0)
11+
[Version 1.0 of the OpenCDE Foundation API specification is available here](https://github.com/BuildingSMART/foundation-API/tree/v1.0)
1212

1313
[Version 1.0 of the BCF API specification is available here](https://github.com/BuildingSMART/BCF-API/tree/v1.0)
1414

@@ -120,7 +120,7 @@ An example of a client implementation in C# can be found here:
120120

121121
## 1.1 OpenCDE Foundation API
122122

123-
BCF API is a member of the OpenCDE API family. All OpenCDE APIs are united by a shared common API called [OpenCDE Foundation API](https://github.com/buildingSMART/opencde-foundation-API).
123+
BCF API is a member of the OpenCDE API family. All OpenCDE APIs are united by a shared common API called [OpenCDE Foundation API](https://github.com/buildingSMART/foundation-API).
124124
The foundation API specifies a small number of services and a few conventions that are common to all OpenCDE APIs. All BCF API implementations must implement the Foundation API and follow its conventions and guidelines.
125125
Implementers should start by implementing the Foundation API and only then continue to implement the BCF API.
126126

@@ -509,7 +509,7 @@ JSON encoded body using the "application/json" content type.
509509

510510
|Parameter|Type|Description|Required|
511511
|---------|----|-----------|--------|
512-
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
512+
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
513513
|topic_type|string|The type of a topic (value from extension.xsd)|false|
514514
|topic_status|string|The status of a topic (value from extension.xsd)|false|
515515
|reference_links|array (string)|Reference links, i.e. links to referenced resources|false|
@@ -947,7 +947,7 @@ JSON encoded body using the "application/json" content type.
947947

948948
|Parameter|Type|Description|Required|
949949
|---------|----|-----------|--------|
950-
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
950+
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
951951
|comment|string|The comment text. Must not be blank or empty if provided|true, unless `viewpoint_guid` is provided|
952952
|viewpoint_guid|string|The GUID of the related viewpoint|true, unless `comment` is provided|
953953

@@ -1181,7 +1181,7 @@ JSON encoded body using the "application/json" content type.
11811181

11821182
|parameter|type|description|required|
11831183
|---------|----|-----------|--------|
1184-
| guid | string | The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system. | optional |
1184+
| guid | string | The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system. | optional |
11851185
| index | integer | parameter for sorting | optional |
11861186
| orthogonal_camera | [Orthogonal camera](#3523-orthogonal-camera) | orthogonal camera view | see viewpoint optional/mandatory fields clarification |
11871187
| perspective_camera | [Perspective camera](#3524-perspective-camera) | perspective view of the camera | see viewpoint optional/mandatory fields clarification |
@@ -1879,7 +1879,7 @@ JSON encoded body using the "application/json" content type.
18791879

18801880
|Parameter|Type|Description|Required|
18811881
|---------|----|-----------|--------|
1882-
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/opencde-foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
1882+
|guid|string|The desired guid. See OpenCDE Foundation section [1.5.1](https://github.com/buildingSMART/foundation-API#151-conflict-on-creation) when GUID already exists in target system.|false|
18831883
|document_guid|string|The guid of the document (Internal document)|false|
18841884
|url|The url (External document)|false|
18851885
|description|string|The description of the document reference|false|

0 commit comments

Comments
 (0)