matrix-spec/api/client-server
Mark Haines 9dd3b07394 Allow '.' characters in event field names to be escaped with '\' so that
fields including a '.' can be included in a filter.

I considered replacing '.' with '/'. Since '/' was less likely to appear
in event field names. However if we used '\' to escape a literal '/' we
risk confusing it with the JSON escape '\/'.
2015-09-28 14:10:57 +01:00
..
v1 Make the example room id more "random" so that people are less likely to think that it is supposed to be human readable 2015-09-21 17:31:35 +01:00
v2_alpha Allow '.' characters in event field names to be escaped with '\' so that 2015-09-28 14:10:57 +01:00
api-docs Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-content Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-directory Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-events Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-login Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-presence Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-profile Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-registration Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
api-docs-rooms Test swagger commit 2015-02-20 14:29:51 +00:00