Skip to content

Commit 65a145e

Browse files
author
Luiko Czub
committed
TestLink API configuration added in Readme
Version changed to 0.4.0-PatchMode
1 parent cd51c9c commit 65a145e

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ examples/
3232
Installation
3333
------------
3434

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+
3542
### Install TestLinkAPI into a virtualenv environment
3643

3744
```
@@ -75,13 +82,13 @@ Use http://[YOURSERVER]/testlink/lib/api/xmlrpc/v1/xmlrpc.php
7582
Download
7683
--------
7784

78-
see [downloads]
85+
see [Releases]
7986

8087

8188
TestLink-API-Python-client developers
8289
-------------------------------------
8390
* [James Stock], [Olivier Renault]
84-
* [g4l4drim], [pade], [lczub], [anton-matosov]
91+
* [g4l4drim], [pade], [lczub], [anton-matosov], [citizen-stig]
8592
* anyone forgotten?
8693

8794

@@ -91,10 +98,11 @@ TestLink-API-Python-client developers
9198
[TestLink]: http://www.teamst.org/
9299
[Robot Framework]: http://code.google.com/p/robotframework
93100
[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
95102
[Olivier Renault]: https://github.com/orenault/TestLink-API-Python-client
96103
[pade]: https://github.com/pade/TestLink-API-Python-client
97104
[g4l4drim]: https://github.com/g4l4drim/TestLink-API-Python-client
98105
[James Stock]: https://code.google.com/p/testlink-api-python-client/
99106
[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

src/testlink/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
#
1818
# ------------------------------------------------------------------------
1919

20-
VERSION = '0.4.0'
20+
VERSION = '0.4.0-PatchMode'

0 commit comments

Comments
 (0)