Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SSlime-s/traq-ws-bot-rs
https://github.com/SSlime-s/traq-ws-bot-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SSlime-s/traq-ws-bot-rs
- Owner: SSlime-s
- License: mit
- Created: 2022-10-24T01:02:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T07:33:22.000Z (over 1 year ago)
- Last Synced: 2024-10-21T01:36:24.687Z (4 months ago)
- Language: Rust
- Homepage: https://crates.io/crates/traq-ws-bot
- Size: 292 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traq-ws-bot-rs
この README は開発用のメモです
traq-ws-bot の crate の使い方は [bot-core](./bot-core/) へ## openapi crate の生成方法
1. `openapi-generator-cli generate -i https://raw.githubusercontent.com/traPtitech/traQ/master/docs/v3-api.yaml -g rust`
2. 一部の型がうまくリンクされないので、 `cargo check` 等ででるエラーを修正