Skip to content

Missing Journal Entries #45

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions