2.2.0 • Published 10 months ago

@forestadmin-experimental/rpc-agent v2.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 months ago

The RPC agent is created to split your data into microservice, combined with a real agent and a RPC data source, you wil be able to acces all your collection as this is a normal agent.

Installation

  • install the package @forestadmin-experimental/rpc-agent.
  • give options like a real agent.
const { createRpcAgent } = require('@forestadmin-experimental/rpc-agent');

const agent = createRpcAgent({
  authSecret: process.env.FOREST_AUTH_SECRET,
  envSecret: process.env.FOREST_ENV_SECRET,
  isProduction: process.env.NODE_ENV === 'production',
  loggerLevel: 'Info',
});
// use the agent like a real one.
2.2.0

10 months ago

2.1.0

10 months ago

2.0.0

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago