Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
Fifth beta-test release of the 7.x version of the API module -- some aspects of the API module have been refactored since the previous beta releases. It's closer to ready for release, but there are still some known issues. Check the API module issue queue for an updated status, and please report any problems you see that aren't already there.
Major changes since the Beta 4 release:
- The API module now has separate storage (and admin interface) for Projects and Branches.
- Checking for file updates in all branches is no longer necessarily every cron run (there is a setting on each branch for how long to wait), and rather than running the checks directly, jobs are added to a queue.
Note: There is still an open issue that makes it impossible to consistently parse/display the Drupal 8.x Symfony code (and probably also other PHP code with namespaces in it):
#1548920: Symfony code in Drupal 8 code base cannot be parsed
Also note that you might be better off trying the 7.x-1.x-dev release instead of this Beta, which is likely more up-to-date (or better yet, using Git version control to get the most up-to-date version).
In any case, thanks for testing!