Question d’entretien chez Accenture

Can you explain how a REST API works, and how you would create one using Python?Can you explain how a REST API works, and how you would create one using Python?

Réponse à la question d'entretien

Utilisateur anonyme

11 juill. 2025

@app.route('/employees', methods=['GET']) def get_employees(): return jsonify({"employees": employee_list})