Skip to content

Commit

Permalink
pkp/pkp-lib#9939 Add section API endpoint (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher authored May 8, 2024
1 parent 01ef73b commit 40ef7b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/v1/sections/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php
/**
* @defgroup api_v1_sections Sections API requests
*/

/**
* @file api/v1/sections/index.php
*
* Copyright (c) 2024 Simon Fraser University
* Copyright (c) 2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @ingroup api_v1_sections
*
* @brief Handle API requests for sections.
*/

return new \PKP\handler\APIHandler(new \PKP\API\v1\sections\SectionController());

0 comments on commit 40ef7b6

Please sign in to comment.