Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Allow for setting in custom API_DOMAIN via the constructor #7

Description

@netvarun

It would be great if we could do something like this:

String apiKey = "SEM3xxxxxxxxxxxxxxxxxxxxxx";
String apiSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
String endpoint = "webhooks";
String apiDomain = "api-test.semantics3.com";

Semantics3Request request = new Semantics3Request(apiKey, apiSecret, endpoint, apiDomain);

btw, this is supported in the other libraries - Perl, Python, Node, Ruby

Activity

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

Metadata

Metadata

Assignees

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