Skip to content

Conversation

@64bit
Copy link
Owner

@64bit 64bit commented Nov 13, 2025

  • add administration apis
    • add project rate limit apis
    • add usage api
    • add admin api key apis
    • add certificate apis
  • add realtime api
  • update timestamp fields to be u64
  • update types to be namespaced (for assistant and admin)
  • update admin api to be nested under client.admin()
  • update README
  • add updated spec yaml file from https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml

@64bit 64bit merged commit 4754c24 into main Nov 13, 2025
1 check passed
@64bit 64bit deleted the update-remaining-spec branch November 13, 2025 02:09
ifsheldon pushed a commit to ifsheldon/async-openai-wasm that referenced this pull request Nov 14, 2025
* add project rate limits api

* add usage api

* add usage example

* fix test

* fix test

* admin api keys api

* certificates api

* fix test

* nest admin apis in client.admin()

* nested types for admin apis

* fix example compilation

* types::assistants

* fix imports in the examples

* fix

* fix test

* only unsigned types

* add remanining byot tests

* add realtime apis

* u64 for timestamps

* fix

* upated readme

* updated readme license

* add community project back

* update docs for dynamic dispatch

* update readme

* update readme

* fix test

* updated spec

* cargo fmt

(cherry picked from commit 4754c24)

# Conflicts:
#	async-openai/README.md
#	async-openai/src/audit_logs.rs
#	async-openai/src/client.rs
#	async-openai/src/invites.rs
#	async-openai/src/project_api_keys.rs
#	async-openai/src/projects.rs
#	async-openai/src/steps.rs
#	async-openai/src/types/assistants/assistant_impls.rs
#	async-openai/src/types/impls.rs
#	async-openai/src/users.rs
#	async-openai/tests/completion.rs
#	async-openai/tests/ser_de.rs
#	examples/assistants-code-interpreter/src/main.rs
#	examples/assistants-file-search/src/main.rs
#	examples/assistants-func-call-stream/src/main.rs
#	examples/assistants/src/main.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants