Foxx

All foxx related methods.

class pyArango.foxx.Foxx(database)[source]

A generic foxx function executor.

Initialise database and its services.

service(mount)[source]

Return a service so that only route after the mount.

mount : str
mount point.
FoxxService
A mounted service
class pyArango.foxx.FoxxService(database, mount)[source]

A foxx mount function executor.

Initialise mount and database.

end_point_url

End point url for foxx service.