microsoft / Broadcast-Development-Kit

Tools for Broadcasters utilizing Teams
MIT License
58 stars 24 forks source link

refactor: rename commands #29

Closed JonatanMedinilla closed 3 years ago

JonatanMedinilla commented 3 years ago

Purpose

This PR renames some commands to add consistency to the codebase. Nowadays, there are some actions like invite bot or start/stop extraction that are triggered by the Management API and executed by the Bot Service API. The commands called by the Management API that make requests to the BotService API use the prefix request, while the commands called by the Bot Service API use the prefix do.