Skip to content

docs: add developer onboarding guide and API endpoint reference#618

Open
wheval wants to merge 1 commit into
accesslayerorg:mainfrom
wheval:fix/issue-598-developer-docs
Open

docs: add developer onboarding guide and API endpoint reference#618
wheval wants to merge 1 commit into
accesslayerorg:mainfrom
wheval:fix/issue-598-developer-docs

Conversation

@wheval

@wheval wheval commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

📌 Summary

This PR adds comprehensive developer documentation for the Access Layer server, covering local setup and API endpoint reference.

🎯 Purpose / Motivation

New contributors face two friction points: no documented path to get the server running locally, and no reference for what endpoints exist and what they return. This PR addresses both issues.

🛠️ Changes Made

🧪 How to Test

  1. Clone the repo and follow the local setup guide
  2. Verify health check works: curl http://localhost:3000/api/v1/health
  3. Check API docs at http://localhost:3000/api-docs
  4. Test creator list endpoint: curl http://localhost:3000/api/v1/creators

⚠️ Breaking Changes

  • None.

🔗 Related Issues

Closes #598

✅ Checklist

  • Code builds successfully
  • Tests added/updated
  • No console errors
  • Documentation updated (if needed)

- Add local setup guide with prerequisites, step-by-step instructions, and troubleshooting
- Add API endpoint reference with all public endpoints, auth requirements, and sample responses
- Cross-link both documents for easy navigation

Closes accesslayerorg#598
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 developer onboarding docs covering local setup and API endpoint reference

1 participant