Skip to content

Added creator param not-found shortcut helper - #441

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
dubemoyibe-star:feat/creator-not-found-helper
Jun 24, 2026
Merged

Added creator param not-found shortcut helper#441
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
dubemoyibe-star:feat/creator-not-found-helper

Conversation

@dubemoyibe-star

Copy link
Copy Markdown
Contributor

Add creator param not-found shortcut helper

This PR introduces a small reusable helper for handling creator parameter not-found cases across creator endpoints.

What’s included

  • Added a shared helper for creator not-found responses
  • Reduced duplicated route-level validation logic
  • Simplified route handlers that perform creator checks
  • Kept the helper lightweight and predictable

Benefits

  • Consistent not-found behavior across creator endpoints
  • Less boilerplate in route handlers
  • Easier maintenance and reuse

Out of scope

  • Changes to existing API behavior
  • Additional validation or authorization logic

Closes #46

@drips-wave

drips-wave Bot commented Jun 24, 2026

Copy link
Copy Markdown

@dubemoyibe-star Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093
Chucks1093 merged commit 88d9f14 into accesslayerorg:main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add creator param not-found shortcut helper

2 participants