Skip to content

refactor(frontend api interactions)

Florent Chehab requested to merge refactor/redux_REST into master
  • Complete redesign of the api actions / reducers,
  • Now makes use of Axios,
  • No more black magic,
  • Doc updated,

BREAKING: All ...Specific reducers results are no under ...One and readSpecific moved to readOne

Also,

  • Fixed bug regarding opposite user_can_moderate value returned by backend

Fixes #98 (closed)

Merge request reports