apisearch-io / docs

:book: Repository for all Apisearch related documentation.

Home Page:http://docs.apisearch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong import endpoint on first-example.md

kevin92dev opened this issue · comments

The right endpoint for import feeds is
http://localhost:8100/v1/marvel/indices/comics/import/by-feed?feed=file:///marvel.as
instead of
http://localhost:8100/v1/marvel/indices/comics/import?feed=file:///marvel.as

@kevin92dev thanks! Could you tell me where you found this issue? I can't find any reference right now in these docs!

@mmoreram in first-example.md file, before the text “Great! If your reading this, you can be proud you already have a data set of more than 11K...”. The curl request has a wrong example URL.

@kevin92dev Fixed

f9da681

Thanks so much :D