3.2.5 • Published 9 months ago
@maherbold/nhost-js v3.2.5
Documentation
Install
npm install @nhost/nhost-js
# or yarn
yarn add @nhost/nhost-jsInitialise
import { NhostClient } from '@nhost/nhost-js'
const nhost = new NhostClient({
subdomain: '<Your Nhost project subdomain>',
region: '<Your Nhost project region>'
})Features
GraphQL
Access Nhost GraphQL methods using nhost.graphql.
Authentication
Access Nhost Auth methods using nhost.auth.
Storage
Access Nhost Storage methods using nhost.storage.
Functions
Access Nhost Functions methods via nhost.functions.