Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seamless

Use the boilerplate to get started with seamless and react.

What is seamless?

A server-client interface simplifying API-creation and usage.

// server.js:
module.exports = {
      hello: async ({ args, }) => "Hi " + args.name,
};

// client.js:
import { functions, } from 'api.generated.js';
const hello = await functions.hello({ name: 'Ben', });
console.log(hello) //-> Hi Ben

Documentation

TODO

To Do:

  • Getting started-guide
  • Expose API to use seamless from a node script (see production.md)
  • Documentation
  • Switch to typescript
  • Generated code requires jwt-decode. Automatically make sure it is installed?

About

Seamless APIs

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages