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

Feature: Support custom region endpoints for TagoDeploy #128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

flpoliveira
Copy link
Contributor

@flpoliveira flpoliveira commented Nov 6, 2024

What does PR do?

Usage

const region = {
   api?: string;
   sse?: string;
  realtime?: string;
};
const resource = new Resource({ token, region });
const account = new Account({ token, region });

Type of alteration

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

@vitorfdl
Copy link
Member

I've updated the PR description to match the code changes

@vitorfdl vitorfdl changed the title feat: adding regions Feature: Support custom region endpoints for TagoDeploy Nov 27, 2024
@vitorfdl vitorfdl added the feature New feature label Nov 27, 2024
@vitorfdl vitorfdl assigned vitorfdl and FabianoEger and unassigned vitorfdl and FabianoEger Nov 27, 2024
@vitorfdl vitorfdl added the ready to merge PR is reviewed and waiting to be merge in next deployment label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature ready to merge PR is reviewed and waiting to be merge in next deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants