Richard Santos
Richard Santos
I used the codegen.sh script to add some new endpoints that were added after you started the project. Here is the list of endpoints: - listings-items - listings-restrictions - product-type-definitions...
**Describe the bug** When [chunked_upload_commit_from_io](https://github.com/cburnette/boxr/blob/54aee71025b1a80dc7cc42b5bccca7ae5df6513c/lib/boxr/chunked_uploads.rb#L84) is called, it calls [post](https://github.com/cburnette/boxr/blob/54aee71025b1a80dc7cc42b5bccca7ae5df6513c/lib/boxr/client.rb#L145) in the client. According to [Box docs](https://developer.box.com/reference/post-files-upload-sessions-id-commit/#response), it is possible to be returned a `202`. When Box returns a `202`,...
PR for this [issue](https://github.com/cburnette/boxr/issues/121) where [Box docs](https://developer.box.com/reference/post-files-upload-sessions-id-commit/#response) shows that it is possible to be returned a 202 during an upload session for chunked uploads. > [202](https://developer.box.com/reference/post-files-upload-sessions-id-commit/#param-202-undefined) > Returns when all...