-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
I can't find any code samples for journal entries. Does this library include them? If not, can I contribute the endpoint?
var client = LockstepApi.WithEnvironment(LockstepEnv.SBX)
.WithApiKey("X");
// Test first API call
var result = await client.Status.Ping();
if (!result.Success || !result.Value.LoggedIn!.Value)
{
Console.WriteLine("Your API key is not valid.");
Console.WriteLine("Please set the environment variable LOCKSTEPAPI_SBX and try again.");
return;
}
client.JournalEntries
I see no client.JournalEntries. Is my code correct?
Metadata
Metadata
Assignees
Labels
No labels