https://github.com/maxdeviant/blips-sdk
An SDK for Blips, in Rust
https://github.com/maxdeviant/blips-sdk
Last synced: 11 months ago
JSON representation
An SDK for Blips, in Rust
- Host: GitHub
- URL: https://github.com/maxdeviant/blips-sdk
- Owner: maxdeviant
- License: mit
- Created: 2023-09-09T17:31:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T21:43:23.000Z (over 2 years ago)
- Last Synced: 2025-04-09T15:16:42.990Z (11 months ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blips
## Development
### Update GraphQL Schema
```sh
graphql-client introspect-schema \
--header 'Cookie: ' \
--header 'X-Csrf-Token: ' \
https://blips.app/query --output schema.json
```
### Run GraphQL Codegen
```sh
cargo run -p blips_codegen
```