Skip to content

Commit 1622985

Browse files
committed
Reduce bullet indentation one level in the README.
1 parent 8399353 commit 1622985

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

README.markdown

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,53 @@ Uses [Redmine API](http://www.redmine.org/projects/redmine/wiki/Rest_api/).
66

77
## Features
88

9-
* Follows PSR-0 conventions and coding standard: autoload friendly
10-
* API entry points implementation state :
11-
* OK Attachments
12-
* OK Groups
13-
* OK Custom Fields
14-
* OK Issues
15-
* OK Issue Categories
16-
* OK Issue Priorities
17-
* *NOK Issue Relations - only partially implemented*
18-
* OK Issue Statuses
19-
* OK News
20-
* OK Projects
21-
* OK Project Memberships
22-
* OK Queries
23-
* OK Roles
24-
* OK Time Entries
25-
* OK Time Entry Activities
26-
* OK Trackers
27-
* OK Users
28-
* OK Versions
29-
* OK Wiki
9+
* Follows PSR-0 conventions and coding standard: autoload friendly
10+
* API entry points implementation state :
11+
* OK Attachments
12+
* OK Groups
13+
* OK Custom Fields
14+
* OK Issues
15+
* OK Issue Categories
16+
* OK Issue Priorities
17+
* *NOK Issue Relations - only partially implemented*
18+
* OK Issue Statuses
19+
* OK News
20+
* OK Projects
21+
* OK Project Memberships
22+
* OK Queries
23+
* OK Roles
24+
* OK Time Entries
25+
* OK Time Entry Activities
26+
* OK Trackers
27+
* OK Users
28+
* OK Versions
29+
* OK Wiki
3030

3131
## Todo
3232

33-
* Check header's response code (especially for POST/PUT/DELETE requests)
34-
* See http://stackoverflow.com/questions/9183178/php-curl-retrieving-response-headers-and-body-in-a-single-request/9183272#9183272
35-
* Maybe Guzzle for handling http connections
36-
* https://github.com/guzzle/guzzle
33+
* Check header's response code (especially for POST/PUT/DELETE requests)
34+
* See http://stackoverflow.com/questions/9183178/php-curl-retrieving-response-headers-and-body-in-a-single-request/9183272#9183272
35+
* Maybe Guzzle for handling http connections
36+
* https://github.com/guzzle/guzzle
3737

3838
## Limitations
3939

4040
Redmine is missing some APIs for a full remote management of the data :
41-
* List of activities & roles : http://www.redmine.org/issues/11464
42-
* ...
41+
* List of activities & roles : http://www.redmine.org/issues/11464
42+
* ...
4343

4444
A possible solution to this would be to create an extra APIs implementing the missing entry points. See existing effort in doing so : https://github.com/rschobbert/redmine-miss-api
4545

4646
## Requirements
4747

48-
* PHP >= 5.4
49-
* The PHP [cURL](http://php.net/manual/en/book.curl.php) extension
50-
* The PHP [SimpleXML](http://php.net/manual/en/book.simplexml.php) extension
51-
* The PHP [JSON](http://php.net/manual/en/book.json.php) extension
52-
* [PHPUnit](https://phpunit.de/) >= 4.0 (optional) to run the test suite
53-
* "Enable REST web service" for your Redmine project (/settings/edit?tab=authentication)
54-
* then obtain your *API access key* in your profile page : /my/account
55-
* or use your *username & password*
48+
* PHP >= 5.4
49+
* The PHP [cURL](http://php.net/manual/en/book.curl.php) extension
50+
* The PHP [SimpleXML](http://php.net/manual/en/book.simplexml.php) extension
51+
* The PHP [JSON](http://php.net/manual/en/book.json.php) extension
52+
* [PHPUnit](https://phpunit.de/) >= 4.0 (optional) to run the test suite
53+
* "Enable REST web service" for your Redmine project (/settings/edit?tab=authentication)
54+
* then obtain your *API access key* in your profile page : /my/account
55+
* or use your *username & password*
5656

5757
## Install
5858

@@ -178,7 +178,7 @@ $client->setImpersonateUser(null);
178178

179179
### Thanks!
180180

181-
* Thanks to [Thomas Spycher](https://github.com/tspycher/) for the 1st version of the class.
182-
* Thanks to [Thibault Duplessis aka. ornicar](https://github.com/ornicar) for the php-github-api library, great source of inspiration!
183-
* And all the [contributors](https://github.com/kbsali/php-redmine-api/graphs/contributors)
184-
* specially [JanMalte](https://github.com/JanMalte) for his impressive contribution to the test coverage! :)
181+
* Thanks to [Thomas Spycher](https://github.com/tspycher/) for the 1st version of the class.
182+
* Thanks to [Thibault Duplessis aka. ornicar](https://github.com/ornicar) for the php-github-api library, great source of inspiration!
183+
* And all the [contributors](https://github.com/kbsali/php-redmine-api/graphs/contributors)
184+
* specially [JanMalte](https://github.com/JanMalte) for his impressive contribution to the test coverage! :)

0 commit comments

Comments
 (0)