Revision 7421af4a docs/astakos-api-guide.rst

b/docs/astakos-api-guide.rst
89 89

  
90 90
Authenticate API requests require a token. An application that wishes to connect to Astakos, but does not have a token, should redirect the user to ``/login``. (see :ref:`authentication-label`)
91 91

  
92
============================= =========  ==================
93
Uri                           Method     Description
94
============================= =========  ==================
95
``/astakos/api/authenticate`` GET        Authenticate user using token
96
============================= =========  ==================
92
============================== =========  ==================
93
Uri                            Method     Description
94
============================== =========  ==================
95
``/account/v1.0/authenticate`` GET        Authenticate user using token
96
============================== =========  ==================
97 97

  
98 98
|
99 99

  
......
149 149

  
150 150
Post user feedback.
151 151

  
152
========================= =========  ==================
153
Uri                       Method     Description
154
========================= =========  ==================
155
``/astakos/api/feedback``  POST       Send feedback
156
========================= =========  ==================
152
========================== =========  ==================
153
Uri                        Method     Description
154
========================== =========  ==================
155
``/account/v1.0/feedback`` POST       Send feedback
156
========================== =========  ==================
157 157

  
158 158
|
159 159

  
......
192 192

  
193 193
Return a json formatted dictionary containing information about a specific user
194 194

  
195
================================ =========  ==================
196
Uri                              Method     Description
197
================================ =========  ==================
198
``/astakos/api/user_catalogs``    POST       Get 2 catalogs containing uuid to displayname mapping and the opposite
199
================================ =========  ==================
195
=============================== =========  ==================
196
Uri                             Method     Description
197
=============================== =========  ==================
198
``/account/v1.0/user_catalogs`` POST       Get 2 catalogs containing uuid to displayname mapping and the opposite
199
=============================== =========  ==================
200 200

  
201 201
|
202 202

  
......
253 253

  
254 254
Return a json formatted dictionary containing information about a specific user
255 255

  
256
====================================== =========  ==================
257
Uri                                    Method     Description
258
====================================== =========  ==================
259
``/astakos/api/service/user_catalogs`` POST       Get 2 catalogs containing uuid to displayname mapping and the opposite
260
====================================== =========  ==================
256
======================================= =========  ==================
257
Uri                                     Method     Description
258
======================================= =========  ==================
259
``/account/v1.0/service/user_catalogs`` POST       Get 2 catalogs containing uuid to displayname mapping and the opposite
260
======================================= =========  ==================
261 261

  
262 262
|
263 263

  

Also available in: Unified diff