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

🛠 Implement support for demo accounts #3

Open
Creative-Difficulty opened this issue Sep 10, 2023 · 0 comments
Open

🛠 Implement support for demo accounts #3

Creative-Difficulty opened this issue Sep 10, 2023 · 0 comments
Assignees
Labels
fix on dev A fix is already push to the development branch

Comments

@Creative-Difficulty
Copy link
Owner

Example:

const demoUserAccountsResponse: Response = await fetch("https://demo-api-capital.backend-capital.com/api/v1/accounts", {
        method: "GET",
        headers: {
            "X-SECURITY-TOKEN": userXSecurityToken,
            "CST": userCST,
            "Content-Type" : "application/json"
        },
        redirect: "follow"
    });
@Creative-Difficulty Creative-Difficulty added the fix on dev A fix is already push to the development branch label Oct 2, 2023
@Creative-Difficulty Creative-Difficulty self-assigned this Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix on dev A fix is already push to the development branch
Projects
None yet
Development

No branches or pull requests

1 participant