Skip to content

Releases: Hunter87ff/flapi

v1.0.1

09 Dec 16:58
31c13ee
Compare
Choose a tag to compare

What's New

Changed overall request structure, now it's more json like
added query parameter to every type
added properties to some types
the definition of type's are like method calling syntax

Example Schema Structure

{
  "name" : "name()",
  "email" : "email(domain=hg.co)",
  "age" : "age(min=78&max=200)",
  "address" : "address()",
  "created_at" : "date()",
  "phone" : "phone(code=87)",
  "ids" : "list-str(amount=3)",
  
  "employee" : {
    "_$amount" : 2,
    "name" : "name()",
    "position" : "text(len=5)",
    "clients" : {
        "_$amount" : 3,
        "deal" : "int(len=5)",
        "name" : "name()",
        "email" : "email(domain=hg.co)"
    }
  }
}

API Endpoint

 /v1/gen?amount=2&schema=<json schema>

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Dec 18:07
Compare
Choose a tag to compare

Flapi

A free and open source api for devs to get data of their given api structure. it helps to make development faster without the headache of data collection.

Key Features:

  • Comprehensive API Data Collection: Easily retrieve and manage data for your API structures.
  • Enhanced Development Speed: Streamline your development process by reducing the time spent on data collection.
  • Open Source: Free to use and contribute to the community.

Warning

All the data are generated randomly! we don't own any kind of user data such as name, email, numbers etc.

Languages:

  • Python: 100%

Note

We look forward to your feedback and contributions. Happy coding!