rpc icon indicating copy to clipboard operation
rpc copied to clipboard

Simple RPC style APIs with generated clients & servers.

Results 25 rpc issues
Sort by recently updated
recently updated
newest added

We should use camel-case in interfaces generated from the schema as that's the ts/js convention. Implemented a decoder and encoder to convert fields in API objects to/from snake-case/camel-case. Resolves #40

Currently it's snake_cased: https://github.com/apex/rpc/blob/master/generators/tstypes/testdata/todo_types.ts#L4 I'm using [prettier](https://github.com/prettier/prettier) on my codebase which is a very opinionated code formatter and I guess many other people are too considering the number of stars...

Support for generating the client

Language

As the title says, would just be nice for documentation to record the version which introduces a particular type, field, or method, not a huge priority though.

enhancement