An open API service indexing awesome lists of open source software.

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

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
```