Initial commit to new repository
This commit is contained in:
14
.decompiledproj/AxCopilot/Handlers/JsonSkillRequest.cs
Normal file
14
.decompiledproj/AxCopilot/Handlers/JsonSkillRequest.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AxCopilot.Handlers;
|
||||
|
||||
public class JsonSkillRequest
|
||||
{
|
||||
public string Method { get; set; } = "GET";
|
||||
|
||||
public string Url { get; set; } = "";
|
||||
|
||||
public Dictionary<string, string>? Headers { get; set; }
|
||||
|
||||
public object? Body { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user