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

maekoos/seamless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published