danielabar / globi-proto

InfoVis 2015 IVMOOC Globi Explorer
http://danielabar.github.io/globi-proto
MIT License
2 stars 1 forks source link

Consolidate API calls #83

Closed danielabar closed 9 years ago

danielabar commented 9 years ago

There are a variety of GloBI API calls used, some of which do the same or nearly the same thing, but in different ways. This is an artefact of this project having started off as a prototype, where everything was an experiment.

Now all the calls should be consolidated, so that there is only one way to retrieve any given type of information.

It may make sense to tackle this at the same time as #76 or at least to consider them together.