Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 147.84 KB
MD5: 14ff69011e09322d7d8f057ca59baabd
SHA-1: c8f290839a4995b9945fc6f49dc3281c02995c23
SHA-256: 4a82f965dcee7cfd933002c38c5930315356f7f8be329f8119e066eefd32a99f
Download zip 176.27 KB
MD5: b29b94d4589a4443c81a85726bc7efbd
SHA-1: 02a37fbb62edf9805c4dfdcd7b6c500bba3557f6
SHA-256: 7ff24295692b8d4a36a72fbfc89fd6e0272f96e644bc77365d182e14d7dee04a

Release notes

First official 7.x version of the API module! If you are running the 6.x version of the API module, read the documentation on how to upgrade; if you are installing for the first time, read the installation documentation. Both are at: http://drupal.org/node/425940

The 7.x branch of the API module has many bugs fixed and many new features added since the 6.x version. Highlights:
- The administrative interface is better organized and hopefully clearer.
- Branches, PHP function branches, and projects are now separated in the database and in the administrative interface.
- Cross-branch and cross-project linking and searching are more sensible.
- You can specify how often to check branches and PHP function branches for updates, and these updates are done using the Drupal queue system.
- Views integration has been added.
- The search auto-complete uses Drupal Core autocomplete instead of an obsolete jQuery plugin -- which means it functions in a slightly different manner, but is more accessible, will work with large API sites (such as those indexing all of contrib), and we don't have to maintain this obsolete plugin.
- There is more cross-linking and there are more "reference" pages (functions that call this function etc.).
- Efficiency has been improved in many places in the code, via the use of profiling.
- It's compatible with SQLite and PostgreSQL.

Created by: jhodgdon
Created on: 25 Sep 2012 at 22:27 UTC
Last updated: 24 Aug 2016 at 15:56 UTC
Bug fixes
New features
Unsupported

Other releases