Skip to content

Bug - explainshell services has no /api path, so arg tips doesn't work #1107

Open
@palansher

Description

@palansher

Hello!

Thanks you for nice tool!

const url = `${endpoint}/api/explain?${searchParams}`

If replace

const url = `${endpoint}/api/explain?${searchParams}`

to

const url = `${endpoint}/explain?${searchParams}`

then will be working requests like this:
https://explainshell.com/api/explain?cmd=grep+-v+%22current%22

to https://explainshell.com or custom buit https://github.com/idank/explainshell

The reason of that: there is no /api path supported on known explainshell services.

Currently all requests to /api return 404 error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions