Re: Postman scripts to document API + question about JMAP endpoint
Raphaël Ouazana <[email protected]>
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Le 01/12/2020 à 13:58, Juhan Aasaru a écrit : > And tell us how we could switch from jmap-draft towards making jmap > requests. Should we change anything in server configuration? Or is there > just a different endpoint for non jmap-draft endpoint? Both ways are possible. Here for the server configuration: https://github.com/apache/james-project/blob/master/src/site/xdoc/server/config-jmap.xml#L73 Here for the per request choice: https://github.com/apache/james-project/blob/master/src/site/xdoc/server/config-jmap.xml#L103 Thank you for the scripts, it seems pretty interesting! Raphaël.