Skip to content

Commit

Permalink
pkp/pkp-lib#9939 Add section API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 3, 2024
1 parent f177ead commit 8036e99
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 8036e99

Please sign in to comment.