wave-api 0.1.0

Typed Rust client for the Wave Accounting GraphQL API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "data": {
    "user": {
      "id": "VXNlcjoxMjM0NTY3ODk=",
      "defaultEmail": "user@example.com",
      "firstName": "Jane",
      "lastName": "Doe",
      "createdAt": "2023-01-10T15:00:00Z",
      "modifiedAt": "2024-12-01T09:00:00Z"
    }
  }
}