Post Files
This commit is contained in:
parent
d8c0678462
commit
41d8fad8c3
21 changed files with 659 additions and 34 deletions
6
src/Yavsc.Api.Client/BlogUploadFile.cs
Normal file
6
src/Yavsc.Api.Client/BlogUploadFile.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace Yavsc.Api.Client;
|
||||
|
||||
/// <summary>
|
||||
/// Buffered file payload for multipart blog uploads.
|
||||
/// </summary>
|
||||
public sealed record BlogUploadFile(string FileName, byte[] Content, string? ContentType = null);
|
||||
Loading…
Add table
Add a link
Reference in a new issue