Skip to content

v2.0.0

Compare
Choose a tag to compare
@omgtalsania omgtalsania released this 27 Jul 09:49
· 13 commits to v2 since this release
f35bf8b

A complete rewrite of v1 (and the original RESTER)

Features

  • Automatically and dynamically converts MySQL tables to RESTful APIs without writing a single line of code.
    
  • All relations within tables are maintained in APIs.
    
  • Strong query engine. Query your APIs as you would do in SQL.
    
  • Changes in the database are immediately reflected in APIs, without having to restart the process.
    
  • Changes in the APIs are immediately reflected in API documentation without having to regenerate anything.
    
  • Test your APIs without having to install any plug-ins in your browser.
    
  • Embedded light-weight database management directly from your browser. You can make changes in the tables without having to reply on any desktop tool.
    
  • Embedded code editor. Develop your application directly from your browser. See live preview. New code editor that mimics Visual Studio Code.
    
  • Embedded File Manager. Easily upload bunch of files to your workspace.
    
  • Embedded terminal. Run linux commands directly from your browser.
    
  • Embedded Node.JS manager. Run your nodejs programs even if the hosting only allows for PHP.
    
  • Embedded Python manager. Run your Python programs even if the hosting only allows for PHP.
    
  • Built-in authentication and token generation APIs
    
  • Built-in file upload APIs
    
  • Support for OAuth
    
  • Support for Shared Hosting (Except the terminal component)