Skip to main content

Get Started

Hypi platform is easy to use! A quick way to get started using the platform is to skim through references below. Also try out examples on usage of Hypi APIs in GraphQL editor.

API and References – Comprehensive Guide to use various Hypi APIs

GraphQL – Concise tutorial to understand GraphQL

ArcQL – A simple query language of Hypi

Here is a 5-minute Quick guide to start using Hypi!

  1. Complete the registration on Hypi portal by creating a user account.

Registration

  1. Create a new App by clicking Create a new app button. You may choose appropriate name for the app depending upon the functionality to be built.

CreateApp

  1. New App gets created.

ClickApp

  1. You may use the release created automatically or create your own release by clicking +New Release button under Versionstab.

ReleaseApp

  1. Click on the created release to add Schema or data model of your app.

AddSchema

  1. Click on Add Table under Visual Builder tab to insert a table. Enter fields of your choice in the table.

AddTable

  1. Click on API Instances. You may create new instance or use an existing one.

AddInstance

  1. Click on the Instance. Click on Playground and the Play button to play with Hypi APIs.

GraphQLPlay

  1. Use Settings from GraphQL config tab to access the Hypi APIs from client app.

API-Config