Active
Project:
Linode manager & API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2011 at 03:00 UTC
Updated:
22 Jun 2011 at 03:00 UTC
Currently, pretty much all the functions of this module are in linode.admin.inc
That file should only be for admin page related function.
API type functions should be in linode.module
Currently if I want to call linode_send_request() from my own custom module I have to include linode.admin.inc, which is not good.