specification icon indicating copy to clipboard operation
specification copied to clipboard

[DRAFT] Add image endpoints

Open jellejurre opened this issue 1 year ago • 3 comments

Note: Currently a draft because it can only be merged once all generators are confirmed to work with it. My current edits to the generators assume files are .png.

Generators:

  • [ ] CSharp: modified at https://github.com/vrchatapi/vrchatapi-csharp/pull/25.
  • [x] Rust: modified at https://github.com/vrchatapi/vrchatapi-rust/pull/30 (merged).
  • [ ] Javascript: modified at https://github.com/vrchatapi/vrchatapi-javascript/pull/12.
  • [x] Java: checked, works out of the box.
  • [x] Python: checked, works out of the box.
  • [ ] Dart: modified at https://github.com/vrchatapi/vrchatapi-dart/pull/26.
  • [x] Elixir: hasn't gotten updates in months, I don't consider this an active repo.

jellejurre avatar Nov 11 '24 22:11 jellejurre

This generates fine in dart: https://github.com/vrchatapi/vrchatapi-dart/pull/26

Rexios80 avatar Nov 11 '24 23:11 Rexios80

This generates fine in dart: vrchatapi/vrchatapi-dart#26

It generates fine in all I've tested so far, but the multipart file type is either not supported at all or the mimetype is set wrong for it, so we'd have to test that either way

jellejurre avatar Nov 11 '24 23:11 jellejurre

fixes: #254 #76

jellejurre avatar Nov 12 '24 21:11 jellejurre