Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 596 Bytes

File metadata and controls

14 lines (7 loc) · 596 Bytes
description
Invoke RecallGraph's service methods directly from your Foxx microservice.

Provider API

RecallGraph exports all its HTTP API methods as providers. This lets other Foxx services declare a dependency on RecallGraph, after which they can directly invoke its exported API methods. For more information, see the relevant section in ArangoDB Docs.

The API documentation for the exported providers is linked below:

{% embed url="https://recallgraph.github.io/RecallGraph/lib/handlers/providers.html" %}