An extendable API microservices framework for Breathecode APIs, written in Python3/Flask.
The academy slack channel has a command in the format /bc <command> <parameter>
. When triggered, it will access this api.
takes an email
parameter and will return specific fields about the student from the student API.
Command: /bc student [email protected]
Response:
{
"full_name": "Joey Smith",
"cohorts": [
"MDC-X"
],
"github_username": "jsmithy",
"status": "active",
"financial_status": "unknown",
"phone": "954-555-121",
"student_external_profile": "https://www.blah.com/jsmithy"
}