Skip to content

Website has wrong code for sending an image via cURL #1

@tel77

Description

@tel77

Awesome program, thank you xurei!
I just started testing it yesterday.
I notice on the nimrod-messenger.io website, the cURL code provided for sending an image is:

curl -X POST -H "Content-Type: application/json" -d '{
  "api_key": "API_KEY",
  "message":"My First Message"
}' "https://www.nimrod-messenger.io/api/v1/message"

As you can see, that's the same code that is used for sending a message. So, it doesn't send an image.

Please let me know when the website shows how to send an image via cURL, so I can try doing it.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions