콘텐츠로 이동

REST API

이 콘텐츠는 아직 번역되지 않았습니다.

Actionbase provides REST APIs for metadata management, mutations, and queries.

  • Local: http://localhost:8080
  • Deployed: your server URL (e.g., http://ab.example.com)

Internally, Actionbase uses a custom authentication system. We abstracted it via CustomTokenFilter interface, but weren’t confident the implementation was ready for public release due to security considerations. Given the time available, we focused on documentation and developer experience, leaving the interface without a default implementation. The Authorization header is accepted but not validated—any value works, or omit it entirely.

As we continue documenting production operations, we plan to provide authentication support as well.

  • Metadata API — Manage services, labels, aliases, and queries (v2)
  • Mutation API — Create, update, and delete edges (v3)
  • Query API — Query edges by count, scan, or get (v3)