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

@netvarun

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

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