You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

api_engine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api_engine

0.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Build Status Code Climate Dependency Status

An API engine for Rails. Convention over configuration. Auto generated docs (coming soon!)

Not ready for public consumption. Massive security holes still exist

Installation

  • Add gem 'api_engine', github: "southpolesteve/api_engine" to your gem file
  • Generate a config initializer: rails generate api_engine:config
  • Add mount ApiEngine::Engine => "/api" to your routes file

Configuration

There is no configuration... yet. All of your models will be exposed in a REST API at /api/:model_name. This is probably a massive security risk for any non-trivial application. You have been warned

Other Gems

https://github.com/intridea/grape https://github.com/polleverywhere/cerealizer https://github.com/apotonick/roar

Contributing

Creating an issue is good. Sending a pull request is better.

Copyright 2013 Steven Faulkner

Released under the MIT License. See LICENSE.md for full text

FAQs

Package last updated on 29 Apr 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts