log mod_rest/README.markdown @ 3886:b64b08b7bf8e

age author description
2020-01-25 Kim Alvefur mod_rest/README: Add a section describing the JSON mapping
2020-01-02 Kim Alvefur mod_rest: And the disco#items mapping
2020-01-02 Kim Alvefur mod_rest: Describe kind and type fields
2020-01-02 Kim Alvefur mod_rest: Document most of JSON mappings
2020-01-01 Kim Alvefur mod_rest: Add a JSON callback example
2020-01-01 Kim Alvefur mod_rest: Add JSON support
2020-01-01 Kim Alvefur mod_rest: Apply Python source formatting on example
2020-01-01 Kim Alvefur mod_rest: Add an example Flask thing
2019-12-31 Kim Alvefur mod_rest: Add support for simple Bearer token auth
2019-12-30 Kim Alvefur mod_rest: Verify that @xmlns is left empty
2019-12-30 Kim Alvefur mod_rest: Add some text about the payload format
2019-12-30 Kim Alvefur mod_rest: Map various HTTP status codes to XMPP stanza errors
2019-12-30 Kim Alvefur mod_rest: Catch one (1) reply to a POST-ed stanza from an internal source
2019-12-30 Kim Alvefur mod_rest: Allow specifying a webhook/callback to handle incoming stanzas
2019-12-30 Kim Alvefur mod_rest: Initial commit of another RESTful API module