Skip to content

Developed server side API connection to Service Data (WP3)

Luis Aleixo requested to merge feature/WP3_first_integration into master

First integration with WP3 Data Service.

The idea is to establish the authentication, and based on the access token retrieve the JSON data to use in the model. This MR implements these methods on the server side.

Documentation here.

Secrets to be stored in OKD:

  • DATA_SERVICE_CLIENT_EMAIL
  • DATA_SERVICE_CLIENT_PASSWORD
Edited by Luis Aleixo

Merge request reports