kittycad.rs icon indicating copy to clipboard operation
kittycad.rs copied to clipboard

The Rust API client for Zoo.

Results 26 kittycad.rs issues
Sort by recently updated
recently updated
newest added

In https://github.com/KittyCAD/kittycad.rs/issues/184 I got websocket support working, but I didn't impl examples for them.

enhancement

same w kittycad generation even tho it is working, temporarily disabling for now

When the KittyCAD API returns a HTTP 4xx or 5xx error to the KittyCAD rust client, it triggers the [`Error::UnexpectedResponse`](https://github.com/KittyCAD/kittycad.rs/blob/2e9a70cf2d5a30086e1bb534085e0f6a31263b01/kittycad/src/types.rs#L326) variant. Generally our unit tests show the debug output of...

Currently openapitor generates a method for each API endpoint. This method creates a `reqwest::Request` with a body and path/query/fragment taken from the method's parameters, sends it, handles errors, then parses...

Currently the kittycad.rs test `test_stream` is failing. Why? Because it's trying to deserialize `ApiCallWithPrice`, but it finds an empty string when it tries to deserialize an IP address. **Test failure**...

- [x] make gusto test work - [x] fix docs for when there is oauth 2.0 token refresh - [ ] pagination for different types (gusto)

- [ ] github - [x] oxide - [ ] gusto - [ ] mailchimp - [ ] ramp - [ ] docusign - [ ] any other weird ones...