====
github.com/progorker =_============
_ __ _ _ ___ __ _ ___ _ _| |_____ _ _
| '_ \ '_/ _ \/ _` / _ \ '_| / / -_) '_|
| .__/_| \___/\__, \___/_| |_\_\___|_|
=|_|===========|___/======================
API References of myTestor
----- oOo -----
[procedure] api_testor_suite
==========================================
-------|__/-------------------------
SYNTAX
------------------------------------
procedure api_testor_suite (
in p_token varchar(36),
out p_id bigint,
in p_code varchar(640)
)
-------|__/-------------------------
USAGE
------------------------------------
$) set @v_token = '_'; call api_testor_login( @v_token, 'mytestor', 'rzutomqahegpnyx' ); select @v_token;
----------------------------
+----------------------------------+
| @v_token |
+----------------------------------+
| a0f2733d08f13423f076732170be6b92 |
+----------------------------------+
----------------------------
$) set @v_suite_id = -1; call api_testor_suite( 'a0f2733d08f13423f076732170be6b92', @v_suite_id, 'sterry' ); select @v_suite_id;
----------------------------
+-------------+
| @v_suite_id |
+-------------+
| 1 |
+-------------+
----------------------------