Skip to content

Commit 62df979

Browse files
feat(api): OpenAPI spec update via Stainless API (#155)
1 parent b680c41 commit 62df979

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-a552977d2b7ab16d16020c083420cadbca97d5766ea0df7b49b3ed275626b995.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-c77cec085f7f9aee5a6450f1d95d7587b2580c18ebf1481e36863f3ab549d7fb.yml

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library provides convenient access to the Prompt Foundry REST API from server-side TypeScript or JavaScript.
66

7-
The REST API documentation can be found [on docs.promptfoundry.ai](https://docs.promptfoundry.ai). The full API of this library can be found in [api.md](api.md).
7+
The REST API documentation can be found on [docs.promptfoundry.ai](https://docs.promptfoundry.ai). The full API of this library can be found in [api.md](api.md).
88

99
It is generated with [Stainless](https://www.stainlessapi.com/).
1010

@@ -291,6 +291,9 @@ The following runtimes are supported:
291291
- Jest 28 or greater with the `"node"` environment (`"jsdom"` is not supported at this time).
292292
- Nitro v2.6 or greater.
293293

294+
> [!WARNING]
295+
> Web browser runtimes aren't supported. The SDK will throw an error if used in a browser environment.
296+
294297
Note that React Native is not supported at this time.
295298

296299
If you are interested in other runtime environments, please open or upvote an issue on GitHub.

0 commit comments

Comments
 (0)