]> git.mxchange.org Git - friendica.git/commitdiff
API: Preparation for statuses/lookup support
authorMichael Vogel <icarus@dabo.de>
Mon, 4 Jan 2016 00:00:19 +0000 (01:00 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 4 Jan 2016 00:00:19 +0000 (01:00 +0100)
include/api.php

index 790894d3fba2c0365c57557960ca581cf9e31a46..f1294c690d0d1db79a42d9bb800e6e1f397b4080 100644 (file)
                                        }
                                }
                        }
+                       logger('API call not implemented: '.$a->query_string);
                        throw new NotImplementedException();
                } catch (HTTPException $e) {
                        header("HTTP/1.1 {$e->httpcode} {$e->httpdesc}");
                        killme();
                }
        }
+       api_register_func('api/gnusocial/version','api_statusnet_version',false);
        api_register_func('api/statusnet/version','api_statusnet_version',false);
 
        /**