@@ -32,6 +32,13 @@ examples/
32
32
Installation
33
33
------------
34
34
35
+ ### TestLink configuration
36
+ The testLink configuration (config.inc.php or custom_config.inc.php) must have enabled the api interface
37
+ * $tlCfg->api->enabled = TRUE;
38
+
39
+ The user specific devKey are created inside TestLink, see
40
+ * My Settings -> API interface - Personal API access key [ Generate a new key]
41
+
35
42
### Install TestLinkAPI into a virtualenv environment
36
43
37
44
```
@@ -75,13 +82,13 @@ Use http://[YOURSERVER]/testlink/lib/api/xmlrpc/v1/xmlrpc.php
75
82
Download
76
83
--------
77
84
78
- see [ downloads ]
85
+ see [ Releases ]
79
86
80
87
81
88
TestLink-API-Python-client developers
82
89
-------------------------------------
83
90
* [ James Stock] , [ Olivier Renault]
84
- * [ g4l4drim] , [ pade] , [ lczub] , [ anton-matosov]
91
+ * [ g4l4drim] , [ pade] , [ lczub] , [ anton-matosov] , [ citizen-stig ]
85
92
* anyone forgotten?
86
93
87
94
@@ -91,10 +98,11 @@ TestLink-API-Python-client developers
91
98
[ TestLink ] : http://www.teamst.org/
92
99
[ Robot Framework ] : http://code.google.com/p/robotframework
93
100
[ Jenkins ] : http://jenkins-ci.org/
94
- [ downloads ] : https://github.com/lczub/TestLink-API-Python-client/downloads
101
+ [ Releases ] : https://github.com/lczub/TestLink-API-Python-client/releases
95
102
[ Olivier Renault ] : https://github.com/orenault/TestLink-API-Python-client
96
103
[ pade ] : https://github.com/pade/TestLink-API-Python-client
97
104
[ g4l4drim ] : https://github.com/g4l4drim/TestLink-API-Python-client
98
105
[ James Stock ] : https://code.google.com/p/testlink-api-python-client/
99
106
[ lczub ] : https://github.com/lczub/TestLink-API-Python-client
100
- [ anton-matosov ] : https://github.com/anton-matosov/TestLink-API-Python-client.git
107
+ [ anton-matosov ] : https://github.com/anton-matosov/TestLink-API-Python-client
108
+ [ citizen-stig ] : https://github.com/citizen-stig/TestLink-API-Python-client
0 commit comments