Skip to content

Commit db5020f

Browse files
Remove OpenAPI spec (#25)
Co-authored-by: svc-changelog <[email protected]>
1 parent 5afc635 commit db5020f

File tree

5 files changed

+7
-13078
lines changed

5 files changed

+7
-13078
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
The Foundry Platform SDK is a Python SDK built on top of the Foundry API. Review [Foundry API documentation](https://www.palantir.com/docs/foundry/api/) for more details.
1111

1212
> [!NOTE]
13-
> This Python package is automatically generated based off our [OpenAPI specification](openapi.yml).
13+
> This Python package is automatically generated based on the Foundry API specification.
1414
1515

1616
<a id="sdk-vs-sdk"></a>
@@ -25,7 +25,7 @@ The Ontology SDK allows you to access the full power of the Ontology directly fr
2525

2626
### Foundry Platform SDK
2727
The Foundry Platform Software Development Kit (SDK) is generated from the Foundry API's OpenAPI specification
28-
file (see [openapi.yml](openapi.yml)). The intention of this SDK is to encompass endpoints related to interacting
28+
file. The intention of this SDK is to encompass endpoints related to interacting
2929
with the platform itself. Although there are Ontology services included by this SDK, this SDK surfaces endpoints
3030
for interacting with Ontological resources such as object types, link types, and action types. In contrast, the OSDK allows you to interact with objects, links and Actions (for example, querying your objects, applying an action).
3131

changelog/@unreleased/pr-25.v2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type: improvement
2+
improvement:
3+
description: Remove OpenAPI spec
4+
links:
5+
- https://github.com/palantir/foundry-platform-python/pull/25

config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"userHeader": "python-foundry-platform-sdk",
66
"description": "The official Python library for the Foundry API",
77
"extraDocsDir": "assets/docs_examples",
8-
"openApiSpecPath": "tmp/api-definition.yml",
98
"exampleOperationName": "createBranch",
109
"majorVersionConfigs": {
1110
"v1": {

0 commit comments

Comments
 (0)