Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Journal Entries #45

Open
jmawebtech opened this issue Jun 4, 2024 · 0 comments
Open

Missing Journal Entries #45

jmawebtech opened this issue Jun 4, 2024 · 0 comments

Comments

@jmawebtech
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant