Download extensive documentation - Colorado State University

Transcript
Security
The same security which the web interface enforces applies to the programming API as
well. Thus, as a list administrator, you are allowed to access to all the member functions
that you normally have access to in the GUI. If you try to work on a member from a list
you don't have access to, an error will occur. Some API sections, such as the Server
Config, SQL and List sections, require Server Administrator security rights.
All API functions are protected by an HTTP login. Whatever program you use to fetch
URLs will need to pass a valid name and password when fetching the API URL (all the
examples above do so). For example, in Perl this is accomplished with the command:
$req->authorization_basic('admin', 'lyris');
while in many other languages this is simply accomplished by adding
username:password to the URL, like so:
http://username:password@hostname/utilities/other/api/test_do
If you are an administrator of a shared server, note that your list administrators do have
access to a smaller set of the programming API, which includes most of the members
API, so that they can program direct subscription management scripts.
Performance
The speed of most API functions is plenty fast enough for most applications.
However, if you have bulk operations you need to accomplish, such as importing a
member list, you should work directly with the SQL database that ListManager is using.
Utilities: Other: About
The about section tells you about the benefits of ListManager, Lyris Technologies, the
people who designed and built ListManager, and support links:
Product
Lyris ListManager is the premier email management application for business. You can
use ListManager for opt-in marketing campaigns, email newsletters, and online
discussion groups, among other projects.
ListManager's key benefits include:
A powerful interface for easy management of mailings and members
A member-friendly experience to increase list size and effectiveness
Failsafe subscription processes to reduce list administration workload
Speed and scalability to ensure your mail is delivered reliably
ListManager is used by thousands of businesses around the world, ranging from
successful start-ups to Fortune 500 corporations. Our customer list includes many
notable names, and our press releases discuss our customers' accomplishments.
The Lyris web site includes more product information and product reviews, as well as
many support resources for ListManager. If you have any questions about ListManager,
please contact us.
362