Skip to content

Commit edaf7e2

Browse files
committed
Use consistent indentation in bullet lists.
1 parent 6775834 commit edaf7e2

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.markdown

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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 :
9+
* Follows PSR-0 conventions and coding standard: autoload friendly
10+
* API entry points implementation state :
1111
* OK Attachments
1212
* OK Groups
1313
* OK Custom Fields
@@ -30,26 +30,26 @@ Uses [Redmine API](http://www.redmine.org/projects/redmine/wiki/Rest_api/).
3030

3131
## Todo
3232

33-
* Check header's response code (especially for POST/PUT/DELETE requests)
33+
* Check header's response code (especially for POST/PUT/DELETE requests)
3434
* 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
35+
* Maybe Guzzle for handling http connections
3636
* 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.3.2
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-
* "Enable REST web service" for your Redmine project (/settings/edit?tab=authentication)
48+
* PHP >= 5.3.2
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+
* "Enable REST web service" for your Redmine project (/settings/edit?tab=authentication)
5353
* then obtain your *API access key* in your profile page : /my/account
5454
* or use your *username & password*
5555

@@ -110,7 +110,7 @@ $client->setImpersonateUser(null);
110110

111111
### Thanks!
112112

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

0 commit comments

Comments
 (0)