Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 341 Bytes

File metadata and controls

16 lines (12 loc) · 341 Bytes
using SpeakeasySDK;
using SpeakeasySDK.Models.Shared;

var sdk = new SDK(security: new Security() {
    APIKey = "<YOUR_API_KEY_HERE>",
});

RemoteSource? req = null;

var res = await sdk.Artifacts.CreateRemoteSourceAsync(req);

// handle response