2.7.0 • Published 8 months ago

@platformatic/rpc-cli v2.7.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Platformatic RPC CLI

Fastify CLI command to generate a server RPC api for a Fastify application.

!WARNING
Platformatic RPC API is in the experimental stage. The feature is not subject to semantic versioning rules. Non-backward compatible changes or removal may occur in any future release. Use of the feature is not recommended in production environments.

Installation

npm install @platformatic/rpc-cli
npm install --save-dev @platformatic/rpc-cli

Usage

  1. Register an RPC plugin in your Fastify typescript application. See the Platformatic RPC documentation for more information.

  2. Run the CLI command to generate the OpenAPI schema.

npx plt-rpc --ts-config ./tsconfig.json --path ./openapi.json
  1. Start the Fastify application.

Your RPC handlers are exposed as http routes under the /rpc prefix. All RPC routes are POST routes.

curl -X POST http://localhost:3042/rpc/getUsers -H 'Content-Type: application/json' -d '{"maxAge": 30}'
2.7.1-alpha.2

8 months ago

2.8.0-alpha.2

8 months ago

2.7.1-alpha.1

8 months ago

2.7.0

8 months ago

2.6.1

8 months ago

2.6.0

8 months ago

2.5.6-alpha.2

8 months ago

2.8.0-alpha.1

8 months ago

2.2.2-alpha.1

9 months ago

2.3.0

9 months ago

2.2.1

9 months ago

2.2.0

9 months ago

2.1.1

9 months ago

2.5.0

8 months ago

2.4.0

9 months ago

2.3.1

9 months ago

2.5.2

8 months ago

2.5.1

8 months ago

2.5.4

8 months ago

2.5.3

8 months ago

2.5.5-alpha.3

8 months ago

2.5.5-alpha.1

8 months ago

2.5.5-alpha.2

8 months ago

2.1.0

9 months ago

3.4.1

8 months ago

2.5.5

8 months ago

2.0.2

9 months ago

2.0.0-alpha.26

9 months ago

2.0.0-alpha.25

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

2.0.0-alpha.22

9 months ago

2.0.0-alpha.21

9 months ago

2.0.0-alpha.20

9 months ago

2.0.0-alpha.24

9 months ago

2.0.0-alpha.23

9 months ago

2.0.0-alpha.11

9 months ago

2.0.0-alpha.10

9 months ago

2.0.0-alpha.19

9 months ago

2.0.0-alpha.18

9 months ago

2.0.0-alpha.17

9 months ago

2.0.0-alpha.16

9 months ago

2.0.0-alpha.15

9 months ago

2.0.0-alpha.14

9 months ago

2.0.0-alpha.13

9 months ago

2.0.0-alpha.12

9 months ago

2.0.0-alpha.9

9 months ago

2.0.0-alpha.8

9 months ago