[1.0.x] REST Easy

Created on 29 January 2025, 2 months ago

REST Easy is a framework for building custom APIs within Drupal. It simplifies the process by defining plugin types for APIs, endpoints, and parameters that provide sensible defaults and unify many of the moving parts under simple plugin attributes. The framework does much of the heavy lifting, including registering routes, parsing and validating parameters, and generating OpenAPI documentation.

Project Link

https://www.drupal.org/project/rest_easy

📌 Task
Status

Needs review

Component

module

Created by

🇺🇸United States StephenWard

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @StephenWard
  • 🇮🇳India vishal.kadam Mumbai

    Thank you for applying!

    Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.

    The important notes are the following.

    • If you have not done it yet, you should run phpcs --standard=Drupal,DrupalPractice on the project, which alone fixes most of what reviewers would report.
    • For the time this application is open, only your commits are allowed.
    • The purpose of this application is giving you a new drupal.org role that allows you to opt projects into security advisory coverage, either projects you already created, or projects you will create. The project status won't be changed by this application and no other user will be able to opt projects into security advisory policy.
    • We only accept an application per user. If you change your mind about the project to use for this application, or it is necessary to use a different project for the application, please update the issue summary with the link to the correct project and the issue title with the project name and the branch to review.

    To the reviewers

    Please read How to review security advisory coverage applications , Application workflow , What to cover in an application review , and Tools to use for reviews .

    The important notes are the following.

    • It is preferable to wait for a Code Review Administrator before commenting on newly created applications. Code Review Administrators will do some preliminary checks that are necessary before any change on the project files is suggested.
    • Reviewers should show the output of a CLI tool only once per application.
    • It may be best to have the applicant fix things before further review.

    For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues .

  • 🇮🇳India vishal.kadam Mumbai

    Fix phpcs issues.

    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml rest_easy/
    
    FILE: rest_easy/rest_easy.routing.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
     2 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.services.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     8 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.links.task.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     5 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.libraries.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     6 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/README.md
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES
    ------------------------------------------------------------------------------
      2 | WARNING | [ ] Line exceeds 80 characters; contains 111 characters
     23 | WARNING | [ ] Line exceeds 80 characters; contains 378 characters
     25 | WARNING | [ ] Line exceeds 80 characters; contains 127 characters
     35 | WARNING | [ ] Line exceeds 80 characters; contains 243 characters
     38 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.permissions.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     3 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.routing.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     13 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_api_keys/rest_easy_api_keys.info.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    ------------------------------------------------------------------------------
     1 | WARNING | [ ] Remove "version" from the info file, it will be added by drupal.org packaging automatically
     9 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_example/README.md
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------------
      2 | WARNING | [ ] Line exceeds 80 characters; contains 117 characters
     23 | WARNING | [ ] Line exceeds 80 characters; contains 295 characters
     26 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_example/rest_easy_example.info.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    ------------------------------------------------------------------------------
     1 | WARNING | [ ] Remove "version" from the info file, it will be added by drupal.org packaging automatically
     8 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/modules/rest_easy_example/src/Plugin/rest_easy/Endpoint/SiteNameEndpoint.php
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     7 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\rest_easy\Attribute\RESTEasyEndpoint.
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/README.md
    ------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    ------------------------------------------------------------------------
      2 | WARNING | [ ] Line exceeds 80 characters; contains 363 characters
     17 | WARNING | [ ] Line exceeds 80 characters; contains 180 characters
     25 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------
    
    FILE: rest_easy/rest_easy.info.yml
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    ------------------------------------------------------------------------------
     1 | WARNING | [ ] Remove "version" from the info file, it will be added by drupal.org packaging automatically
     6 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
    FILE: rest_easy/rest_easy.services.yml
    ----------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ----------------------------------------------------------------------
     15 | ERROR | [x] Expected 1 newline at end of file; 0 found
    ----------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ----------------------------------------------------------------------
    
    FILE: rest_easy/src/Routing/APIRouteBuilder.php
    ------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    ------------------------------------------------------------------------------
     6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Logger\LoggerChannelFactory.
    ------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    ------------------------------------------------------------------------------
    
  • 🇺🇸United States StephenWard

    Thanks very much, @vishal.kadam. I've resolved the above issues with the latest commit. Let me know if I need to tag it as a new release for further review.

    One question: I'm not sure how to resolve line length errors when it comes to long links in Markdown files. For example, I use the following link in my README files, which is itself longer than 80 characters. What is the appropriate way to address this?

    [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules)

  • 🇮🇳India vishal.kadam Mumbai

    These applications do not require that new releases are created after reviews.

    I ran the phpcs command (phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml) on latest commit and confirm that coding standard issue related to 80 characters of README file has been resolved except below one.

    FILE: rest_easy/modules/rest_easy_api_keys/README.md

    -------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -------------------------------------------------------------
     49 | ERROR | [x] Expected 1 newline at end of file; 0 found
    -------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    -------------------------------------------------------------
  • 🇮🇳India vishal.kadam Mumbai

    Remember to change status, when the project is ready to be reviewed. In this queue, projects are only reviewed when the status is Needs review.

  • 🇺🇸United States StephenWard

    Sorry. Must've missed that one. I've addressed missing line with this commit. Thanks again, @vishal.kadam.

  • 🇮🇳India vishal.kadam Mumbai

    Rest looks fine to me.

    Let’s wait for a Code Review Administrator to take a look and if everything goes fine, you will get the role.

  • 🇪🇸Spain alexismmd

    1. FILE = src/Routing/APIRouteBuilder.php

    /**
       * EndpointRouteBuilder constructor.
       */
      public function __construct(LoggerChannelFactory $loggerFactory, APIManager $apiManager) {
    

    The documentation comment for constructors is not mandatory anymore, If it is given, the description must be “Constructs a new [class name] object”, where [class name] includes the class namespace.

    2. FILE = src/Controller/EndpointController.php

    /**
       * EndpointController constructor.
       */
      public function __construct(EndpointManager $endpointManager) {
    

    The documentation comment for constructors is not mandatory anymore, If it is given, the description must be “Constructs a new [class name] object”, where [class name] includes the class namespace.

  • 🇺🇸United States StephenWard

    Thanks very much, @alexismmd. I've updated the constructor docblocks with the latest commit. Please let me know if any further changes are needed.

Production build 0.71.5 2024