tw4l / bulk-reviewer

DEPRECATED. Replaced with Electron desktop application: https://github.com/bulk-reviewer/bulk-reviewer
GNU Affero General Public License v3.0
13 stars 1 forks source link

Generalize API calls and remove hard-coded URLs #50

Open tw4l opened 5 years ago

tw4l commented 5 years ago

API calls from many components have URLs hard-coded to 127.0.0.1:8000. Create a single component for API calls and make URL user-configurable.

tw4l commented 5 years ago

Update WS URLs as well

tw4l commented 5 years ago

API base URL generalized in commit https://github.com/timothyryanwalsh/bulk-reviewer/commit/b113baa0e2ee2bc42c8312068769ca873f872a33.

TODO: Make this value user-configurable.

tw4l commented 5 years ago

WS base URL generalized in commit https://github.com/timothyryanwalsh/bulk-reviewer/commit/de3994c78483f9fee1ea49da05c27678e2cd81d0

Value not yet user-configurable.