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!
- Complete the registration on Hypi portal by creating a user account.
- 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.
- New App gets created.
- You may use the release created automatically or create your own release by clicking
+New Release
button underVersions
tab.
- Click on the created release to add Schema or data model of your app.
- Click on
Add Table
underVisual Builder
tab to insert a table. Enter fields of your choice in the table.
- Click on
API Instances
. You may create new instance or use an existing one.
- Click on the Instance. Click on
Playground
and thePlay
button to play with Hypi APIs.
- Use
Settings
from GraphQL config tab to access the Hypi APIs from client app.