log mod_rest/README.markdown @ 3814:0dede5b0ab27

age author description
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