我正在尝试在Drupal 7中创建一个API端点,并遵循https://www.fourkitchens.com/blog/article/rest-easy-part-1-and-restful-you/
中的教程。我的文件夹结构:
sites / all / modules / custom / myresteasy_api / myresteasy_api.info 网站/所有/模块/自定义/myresteasy_api/myresteasy_api.module 网站/所有/模块/自定义/ myresteasy_api /插件/restful/node/artists/0.1/artist__0_1.inc 站点/所有/模块/自定义/myresteasy_api/plugins/restful/node/artists/0.1/ResteasyRestfulEntityArtistsResource.class.php
该模块已在“管理”部分列出,并且我已将其激活,但是当我访问API端点(/api/v0.1/artists)时,我得到了404“无效的URL路径”。