fabrixxm 6b60560ea2 Changes in api
- Api functions can define an HTTP method to use to call them. "405 Method Not Allowed" is returned on error
- Api function that modify data accepts only POST as method.
- A list of HTTP return code related exception is added
- Api functions throw HTTP exceptions instead of return false or die()
- api_call() catches HTTP exceptions and return error message with corret HTTP response code
- api_format_items() returns also item activities count (# of like/dislike etc)
- api/friendica/photos/list return more info about photos. xml format added.
- api/friendica/photo/detail return more info, links to all sizes, no data except if 'size' parameter is passed. xml format added.
- new api api/friendica/activity/<verb> and api/friendica/activity/un<verb> to add or remove like/dislike/attend status
2015-12-28 10:23:06 +01:00
..
2015-03-30 09:21:01 +02:00
2015-06-23 12:35:51 +02:00
2015-08-30 07:24:39 +02:00
2015-12-14 16:27:00 +01:00
2015-03-30 09:21:01 +02:00
2015-09-01 15:12:09 +02:00
2015-12-17 08:27:02 +01:00
2015-03-30 09:21:01 +02:00
2015-12-14 16:56:40 +01:00
2015-03-30 09:21:01 +02:00
2015-11-19 07:30:27 +01:00
2015-09-24 22:09:39 +02:00
2015-05-16 07:41:40 +02:00
2015-03-05 22:48:50 +01:00
2015-03-30 09:21:01 +02:00
2015-12-28 10:23:06 +01:00
2015-02-12 07:59:21 +01:00