Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
record
recordweb
Commits
b405fa18
Commit
b405fa18
authored
Oct 01, 2018
by
Nathalie Rousse
Browse files
Updating urls
parent
af82d1a5
Changes
8
Hide whitespace changes
Inline
Side-by-side
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_inout_menu.rst
View file @
b405fa18
.. _online_url_inout_menu:
=========================================================================
`Select, see and run a simulator <http://
127.0.0.1
:8000/db/menu/inout/>`_
`Select, see and run a simulator <http://
erecord.toulouse.inra.fr
:8000/db/menu/inout/>`_
=========================================================================
*(http://
127.0.0.1
:8000/db/menu/inout/)*
*(http://
erecord.toulouse.inra.fr
:8000/db/menu/inout/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_inoutmodify_menu.rst
View file @
b405fa18
.. _online_url_inoutmodify_menu:
=========================================================================
`Select, modify and run a simulator <http://
127.0.0.1
:8000/db/menu/experiment/>`_
`Select, modify and run a simulator <http://
erecord.toulouse.inra.fr
:8000/db/menu/experiment/>`_
=========================================================================
*(http://
127.0.0.1
:8000/db/menu/experiment/)*
*(http://
erecord.toulouse.inra.fr
:8000/db/menu/experiment/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_input_menu.rst
View file @
b405fa18
.. _online_url_input_menu:
====================================================================
`Select and see a simulator <http://
127.0.0.1
:8000/db/menu/input/>`_
`Select and see a simulator <http://
erecord.toulouse.inra.fr
:8000/db/menu/input/>`_
====================================================================
*(http://
127.0.0.1
:8000/db/menu/input/)*
*(http://
erecord.toulouse.inra.fr
:8000/db/menu/input/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_jwt_obtain.rst
View file @
b405fa18
.. _online_url_jwt_obtain:
==============================================================================
`Ask for a JWT (JSON Web Token) value <http://
127.0.0.1
:8000/acs/jwt/obtain/>`_
`Ask for a JWT (JSON Web Token) value <http://
erecord.toulouse.inra.fr
:8000/acs/jwt/obtain/>`_
==============================================================================
*(http://
127.0.0.1
:8000/acs/jwt/obtain/)*
*(http://
erecord.toulouse.inra.fr
:8000/acs/jwt/obtain/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_jwt_verify.rst
View file @
b405fa18
.. _online_url_jwt_verify:
==============================================================================
`Verify a JWT (JSON Web Token) value <http://
127.0.0.1
:8000/acs/jwt/verify/>`_
`Verify a JWT (JSON Web Token) value <http://
erecord.toulouse.inra.fr
:8000/acs/jwt/verify/>`_
==============================================================================
*(http://
127.0.0.1
:8000/acs/jwt/verify/)*
*(http://
erecord.toulouse.inra.fr
:8000/acs/jwt/verify/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_menu.rst
View file @
b405fa18
...
...
@@ -2,8 +2,8 @@
.. _online_url_menu:
========================================================
`Simulators main menu <http://
127.0.0.1
:8000/db/menu/>`_
`Simulators main menu <http://
erecord.toulouse.inra.fr
:8000/db/menu/>`_
========================================================
*(http://
127.0.0.1
:8000/db/menu/)*
*(http://
erecord.toulouse.inra.fr
:8000/db/menu/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_output_menu.rst
View file @
b405fa18
.. _online_url_output_menu:
=====================================================================
`Select and run a simulator <http://
127.0.0.1
:8000/db/menu/output/>`_
`Select and run a simulator <http://
erecord.toulouse.inra.fr
:8000/db/menu/output/>`_
=====================================================================
*(http://
127.0.0.1
:8000/db/menu/output/)*
*(http://
erecord.toulouse.inra.fr
:8000/db/menu/output/)*
vle-x/trunk/erecord/docs/source/devel/design/webapi/include/online_url_webui.rst
View file @
b405fa18
...
...
@@ -7,14 +7,14 @@ Web User Interface
Overview
========
The `Web User Interface <http://
127.0.0.1
:8000/db/menu/>`_ makes easier calling some :term:`erecord` web services.
The `Web User Interface <http://
erecord.toulouse.inra.fr
:8000/db/menu/>`_ makes easier calling some :term:`erecord` web services.
The **main menu** allows to select a simulator, and then see or/and run it.
Access to main menu
-------------------
http://
127.0.0.1
:8000/home
http://
erecord.toulouse.inra.fr
:8000/home
--------------------------
.
...
...
@@ -25,21 +25,21 @@ Submenus
========
Menu to see a simulator *after having selected it if {Id} was not given* :
http://
127.0.0.1
:8000/db/menu/input/{Id}
http://
erecord.toulouse.inra.fr
:8000/db/menu/input/{Id}
Menu to run a simulator *after having selected it if {Id} was not given* :
http://
127.0.0.1
:8000/db/menu/output/{Id}
http://
erecord.toulouse.inra.fr
:8000/db/menu/output/{Id}
Menu to see and run a simulator *after having selected it if {Id} was not given* :
http://
127.0.0.1
:8000/db/menu/inout/{Id}
http://
erecord.toulouse.inra.fr
:8000/db/menu/inout/{Id}
Menu to modify and run a simulator
*after having selected it if {Id} was not given* :
http://
127.0.0.1
:8000/db/menu/experiment/{Id}
http://
erecord.toulouse.inra.fr
:8000/db/menu/experiment/{Id}
Menu to see or/and modify or/and run a simulator
*after having selected it if {Id} was not given* :
http://
127.0.0.1
:8000/db/menu/{Id}
http://
erecord.toulouse.inra.fr
:8000/db/menu/{Id}
.. note::
The :ref:`webapi_db_rep_filter`, :ref:`webapi_db_pkg_filter` and
...
...
@@ -48,11 +48,11 @@ Menu to see or/and modify or/and run a simulator
Examples :
http://
127.0.0.1
:8000/db/menu/input/?rep=2
http://
erecord.toulouse.inra.fr
:8000/db/menu/input/?rep=2
http://
127.0.0.1
:8000/db/menu/?pkg=19
http://
erecord.toulouse.inra.fr
:8000/db/menu/?pkg=19
http://
127.0.0.1
:8000/db/menu/output/?pkg=41
http://
erecord.toulouse.inra.fr
:8000/db/menu/output/?pkg=41
.. note::
About some of the URLs above : *'menu'* can be directly used instead of
...
...
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