rogadev / viu-eo-api

Proof of concept work for the VIU Career Outlooks web application. This project demonstrated a working API to retrieve career outlook data related to a search of credentials on offer by Vancouver Island University.
https://career-outlooks.viu.ca
0 stars 0 forks source link

Fixed Issue With /outlook/:nid #24

Closed rogadev closed 2 years ago

rogadev commented 2 years ago

We were trying to handle the response from the LMI-EO API as what we expect to receive from our own api. There is no data property. It responds as straight json. Refactored to fix the issue.