Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
da9ff70f
Commit
da9ff70f
authored
Jun 03, 2013
by
Sofia Papagiannaki
Browse files
docs: update URLs in astakos api guide
parent
5ede29c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/astakos-api-guide.rst
View file @
da9ff70f
...
...
@@ -38,7 +38,7 @@ Returns a json formatted list containing information about the supported cloud s
============================= ========= ==================
Uri Method Description
============================= ========= ==================
``/i
m
/get_services`` GET Get cloud services
``/
u
i/get_services`` GET Get cloud services
============================= ========= ==================
Example reply:
...
...
@@ -58,22 +58,22 @@ Returns a json formatted list containing the cloud bar links.
========================= ========= ==================
Uri Method Description
========================= ========= ==================
``/i
m
/get_menu`` GET Get cloud bar menu
``/
u
i/get_menu`` GET Get cloud bar menu
========================= ========= ==================
Example reply if request user is not authenticated:
::
[{"url": "/i
m
/", "name": "Sign in"}]
[{"url": "/
u
i/", "name": "Sign in"}]
Example reply if request user is authenticated:
::
[{"url": "/i
m
/", "name": "user@example.com"},
{"url": "/i
m
/landing", "name": "Dashboard"},
{"url": "/i
m
/logout", "name": "Sign out"}]
[{"url": "/
u
i/", "name": "user@example.com"},
{"url": "/
u
i/landing", "name": "Dashboard"},
{"url": "/
u
i/logout", "name": "Sign out"}]
User API Operations
...
...
@@ -141,7 +141,7 @@ Return Code Description
500 (Internal Server Error) The request cannot be completed because of an internal error
=========================== =====================
.. warning:: The service is also available under ``/i
m
/authenticate``.
.. warning:: The service is also available under ``/
u
i/authenticate``.
It will be removed in the next version.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment