CSIRO-enviro-informatics / pyldapi

A very small module to add Linked Data API functionality to a Python Flask installation
GNU General Public License v3.0
1 stars 0 forks source link

Replace startup Threading with direct class calls #9

Open nicholascar opened 6 years ago

nicholascar commented 6 years ago

Replace the threading needed to make a Register of Registers in app.py Flask apps using pyLDAPI with a non web & threading method like searching for API for endpoints implemented in the routes.py file directly or using the routes dict.