Skip to content

Missing Journal Entries #45

@jmawebtech

Description

@jmawebtech

Hi,

I can't find any code samples for journal entries. Does this library include them? If not, can I contribute the endpoint?

https://api.sbx.lockstep.io/swagger/index.html#/JournalEntries/v1_JournalEntries_CreateJournalEntries

        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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions