-
|
Hi, first I would like to thank you a lot for making this great tool. I would like to access to the API documentation but it's not anymore on lycheeOrg documentation page (https://lycheeorg.github.io/docs/) It says that since 4.8.1 it should be found as a Route /docs/api but I cannot find any route that correspond to it. :( (And I have search deeply in github) I have found a command in CLI : php artisan route::list that list the possible routes (including the api ones) But neither will give me an easy access to which parameter I should pass to each api route... (like I had last year with the 4.7.1 Lychee version). Is this auto-generated doc really available ? If yes, how ? Thanks in advance ! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
You need to activate the dev version. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, with a bit of perseverance. On a fresh docker lychee:dev install (see previous message) (The process finish with a write file error, maybe because there was a previous composer installation during the image design) On a "Release" install (No error) I need to continue the tests to see if everything works. |
Beta Was this translation helpful? Give feedback.
-
|
FWIW if you just want the docs, something like |
Beta Was this translation helpful? Give feedback.

Hi sorry for being a bit slow.
If you are using the Lychee docker image you just picked the wrong one:
The following tags are available :
latest: Latest Lychee releasev[NUMBER]: Stable version tag for a Lychee releasenightly(alsodev): Current master branch tag (Lychee operates on a stable master, so this should usually be safe)devtools: As above, but includes development dependenciesdevtoolsis the one you needed.In our case,
devdoes not means development build but more head on master.