Mercurial > prosody-modules
comparison mod_rest/README.markdown @ 4518:073f5397c1d2
mod_rest: Replace most mappings by using util.datamapper
All the stuff now goes into a JSON file that describes the mappings.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 21 Mar 2021 23:54:06 +0100 |
parents | 508cb880b163 |
children | dc35d2932d3e |
comparison
equal
deleted
inserted
replaced
4517:d6a3201a65c0 | 4518:073f5397c1d2 |
---|---|
6 build: | 6 build: |
7 modules: | 7 modules: |
8 mod_rest.jsonmap: jsonmap.lib.lua | 8 mod_rest.jsonmap: jsonmap.lib.lua |
9 copy_directories: | 9 copy_directories: |
10 - example | 10 - example |
11 - res | |
11 --- | 12 --- |
12 | 13 |
13 # Introduction | 14 # Introduction |
14 | 15 |
15 This is yet another RESTful API for sending and receiving stanzas via | 16 This is yet another RESTful API for sending and receiving stanzas via |