Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic jsonendpoint adapter #333

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    7082896 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    18d1587 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add new message UUID to jsonendpoint JSON response

    Previously, the endpoint adapter would return `nil` on success, which
    is invalid JavaScript Object Notation format. It should be "{}".
    
    Added UUID to make the adapter useful in more use cases.
    For example, the returned value can serve as a shopping cart order ID.
    dkotik committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5922e8f View commit details
    Browse the repository at this point in the history