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

Broker API: Clock & Calendar #40

Closed
drew887 opened this issue May 9, 2022 · 0 comments · Fixed by #64
Closed

Broker API: Clock & Calendar #40

drew887 opened this issue May 9, 2022 · 0 comments · Fixed by #64
Assignees
Labels
Broker API Relates to the Broker API enhancement New feature or request

Comments

@drew887
Copy link
Contributor

drew887 commented May 9, 2022

Implement the Clock and Calendar routes from the docs.

Should add the following to BrokerClient:

def get_clock(self) -> Clock:
    pass

def get_calendar(
        self,
        filters: Optional[GetCalendarRequest] = None
) -> List[Calendar]:
    pass
        
@drew887 drew887 added enhancement New feature or request Broker API Relates to the Broker API labels May 9, 2022
@drew887 drew887 added this to the Broker API Alpha Release milestone May 9, 2022
@drew887 drew887 added this to To do in General Development via automation May 9, 2022
@drew887 drew887 moved this from To do to In progress in General Development May 13, 2022
@drew887 drew887 self-assigned this May 16, 2022
@drew887 drew887 moved this from In progress to Review in progress in General Development May 16, 2022
General Development automation moved this from Review in progress to Done May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Broker API Relates to the Broker API enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant