Closed MBoustani closed 8 years ago
To clarify this will need new APIs to fetch list of available domains and list of indexed URLs. I will keep this issue updated on APIs status.
@smadha you can call "list_of_domains" to get the list of domains if exists.
Example: http://localhost:8000/list_of_domains
@MBoustani Thanks! I will use it. Is there a separate API for getting geotagged index under that domain?
@smadha you mean to get the crawled URLs under each domain? Lets just list domains for now and have checkbox beside it for toggling on/off points on map.
@smadha calling http://localhost:8000/list_of_domains
returns:
{u'mr': [u'http://crawl.dyndns.org/solr/materials_research_v2']}
"mr" is domain name with list of all urls under domain name.
You did commit to master branch and not the new one I created. But now I have moved using_geotopicparser to master and master to using_geograpy_geopy. So can you please git pull fresh and commit changes of #45 again on new master
Thanks Mazi
On Dec 11, 2015, at 8:24 PM, Madhav Sharan notifications@github.com wrote:
Closed #45 https://github.com/MBoustani/GeoParser/issues/45 via f079f90 https://github.com/MBoustani/GeoParser/commit/f079f9015f3d3c2e99f3b1ec5a2d3b4090a114a1.
— Reply to this email directly or view it on GitHub https://github.com/MBoustani/GeoParser/issues/45#event-489998368.
Done!
After user types domain name and indexed URL put the result under save button that user can come back and on/off point on map.