Introduction

Fabloq is a no-code API builder that you can use to build APIs for your projects quickly. Further, you do not have to look for hosting and domain to start using it.
Once you build your API in Fabloq you can directly start using it. Fabloq provides you with different “blocks” with different functionalities like control logic, database calls, and authentication. You can join these blocks to create different programs for your API endpoints.
Whether you are a frontend developer looking to build a backend for your app, an IoT engineer who wants to build an API for your automation project or a Full-stack developer who wants to quickly build, test and deploy your backend, Fabloq will fulfil your objectives.
Happy Building 🛠️

# Create new project

To create your first project in Fabloq, login in your Fabloq account. Once you reach Projects page select "New Project". Once you create your project you will presented with workspace for your project.

Myu Projects Page

# Create new endpoint

On your project workspace page select "New Endpoint" button under the Endpoints menu in the sidebar.

Myu Projects Page

In the endpoint dialog box enter a recognisable name for your endpoint. Select an HTTP protocol depending on your need.

  1. GET: Fetch data from the API.
  2. POST: Send data to the API.
  3. PUT: Update data on the API.
  4. DELETE: Delete data on the API.

After that enter a path for your endpoint. E.g.: name/, getage/. And select Save.

NOTE: Path can contain characters 0-9, a-z, A-Z, / and -

# Build endpoint

Use block picker to drag and drop blocks to your endpoint or click on plus(+) button under the start block to add blocks to your endpoint. Head over to the Blocks section to learn about different blocks and their functions.