ferdinalcandra / BFIPOC

0 stars 1 forks source link

Fix API Spec #19

Closed timpamungkas closed 3 years ago

timpamungkas commented 3 years ago

URL must be lower snake case Don't use base64 encode for file, it will be larger file transfer (can be 25% larger) and additional computing cycle on CPU. Use form-data instead (reference 1), (dropbox).

For uploading files, use multipart/form data instead

timpamungkas commented 3 years ago

unused