----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67502/ -----------------------------------------------------------
(Updated July 18, 2018, 8:50 a.m.) Review request for mesos, Andrew Schwartzmeyer and Armand Grillet. Summary (updated) ----------------- Refactored ReviewBoard API functionality into separate module. Repository: mesos Description (updated) ------- Refactored ReviewBoard API functionality into separate module. Diffs (updated) ----- support/python3/common.py PRE-CREATION Diff: https://reviews.apache.org/r/67502/diff/4/ Changes: https://reviews.apache.org/r/67502/diff/3-4/ Testing (updated) ------- For example, to call the api on a specific review_url, with some data, we would use the following code: ``` ReviewBoardHandler().api(review_url, data) ``` Thanks, Dragos Schebesch
