HackerYou / chalk-api

2 stars 7 forks source link

Error: request entity too large #122

Closed Rchristiani closed 7 years ago

Rchristiani commented 7 years ago

The getCourse method returns very large JSON objects back.

This seems to be due to the fact that it populates the entire course, sections, lessons and topics in one go.

I think this should be broken up a bit more, and make it so that it only returns what is needed.

sections, lesson titles.