All Projects → GoyaPtyLtd → Restfm

GoyaPtyLtd / Restfm

Licence: mit
RESTful web services for FileMaker server.

Projects that are alternatives of or similar to Restfm

Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+232.89%)
Mutual labels:  rest-api, rest, restful-api, restful
Rest Api Design Guide
NBB's REST-ish API Design Guide
Stars: ✭ 643 (+746.05%)
Mutual labels:  rest-api, rest, restful-api, restful
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+92.11%)
Mutual labels:  rest-api, rest, restful-api, restful
Api Strategy
Equinor API Strategy
Stars: ✭ 56 (-26.32%)
Mutual labels:  rest-api, rest, restful-api, restful
Farwest
Framework for building RESTful HATEOAS-driven applications.
Stars: ✭ 18 (-76.32%)
Mutual labels:  rest-api, rest, restful-api, restful
Codeigniter Jwt Sample
CodeIgniter JWT Sample
Stars: ✭ 144 (+89.47%)
Mutual labels:  rest-api, rest, restful-api, restful
Restful Api Design References
RESTful API 设计参考文献列表,可帮助你更加彻底的了解REST风格的接口设计。
Stars: ✭ 4,830 (+6255.26%)
Mutual labels:  rest-api, rest, restful-api, restful
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+138.16%)
Mutual labels:  rest-api, rest, restful-api, restful
Gen
Converts a database into gorm structs and RESTful api
Stars: ✭ 825 (+985.53%)
Mutual labels:  rest-api, rest, restful-api, restful
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+935.53%)
Mutual labels:  rest-api, rest, restful-api, restful
Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (+168.42%)
Mutual labels:  rest-api, rest, restful-api, restful
Calm
It is always Calm before a Tornado!
Stars: ✭ 50 (-34.21%)
Mutual labels:  rest-api, rest, restful-api, restful
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+932.89%)
Mutual labels:  rest-api, rest, restful-api, restful
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-35.53%)
Mutual labels:  rest-api, rest, restful-api, restful
Jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Stars: ✭ 286 (+276.32%)
Mutual labels:  rest-api, rest, restful
Json Server Heroku
Deploy json-server to Heroku & Azure 🆙 🆓
Stars: ✭ 310 (+307.89%)
Mutual labels:  rest-api, rest, restful-api
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+13892.11%)
Mutual labels:  rest-api, rest, restful-api
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (+365.79%)
Mutual labels:  rest-api, rest, restful-api
Rest Api Response Format
REST API response format using HTTP status codes
Stars: ✭ 356 (+368.42%)
Mutual labels:  rest-api, rest, restful
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+223.68%)
Mutual labels:  rest-api, restful-api, restful

RESTfm

RESTful Web Services for FileMaker Server

RESTfm turns a FileMaker Server into a RESTful Web Service, so you can access your FileMaker Server databases via HTTP using a common REST architecture with easy to understand API calls.

Website: http://restfm.com/

RESTfm Installation and Programming Interface Manual: http://restfm.com/manual

RESTfm is Copyright (c) 2011-2017 Goya Pty Ltd, and is licensed under The MIT License. For full copyright and license information, please see the LICENSE file distributed with this package.


Download

Officially packaged releases are the quickest way to start, are available in tar and zip formats, and may be downloaded from the "releases" link at the top of the github repository: https://github.com/GoyaPtyLtd/RESTfm/releases

Note: The officially packaged releases are called RESTfm-{version}.zip and RESTfm-{version}.tgz. (Please don't be confused by the links to "Source code" that GitHub always includes. "Source code" has not gone through the "build" process, and requires additional configuration to get working.)

Installation

The installation process is described in the online RESTfm manual: http://www.restfm.com/restfm-manual/install

Support

Product support is available via paid sponsorship: http://restfm.com/help


Using the master branch of RESTfm from GitHub.

The master branch hosted on GitHub is considered stable, and packaged releases are built from this branch at intervals. With a little extra configuration, it is possible to run RESTfm directly from a git repository clone.

Installation

Prerequisites

  • A webserver (Apache >= 2.2, or IIS >= 7.0) with write access to the document directory.
  • FileMaker Server 11 or above is required, but does not need to reside on the same machine as RESTfm.
  • PHP version 5.3 or above.
  • If running Apache, configure with AllowOverride All for the RESTfm directory so that .htaccess functions correctly.

Setup example suitable for OS X/Linux

cd /<your web doc dir>
git clone https://github.com/GoyaPtyLtd/RESTfm.git
cd RESTfm
cp RESTfm.ini.php.dist RESTfm.ini.php
cp .htaccess.dist .htaccess
cp -a FileMaker.dist FileMaker

Bugs

Bug reports are welcome via the GitHub issue tracker: https://github.com/GoyaPtyLtd/RESTfm/issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].