Sha256: 14e7e2f6fda37ed0b3da2495b50481e14042905ba917053aeeec8f989b39822e
Contents?: true
Size: 758 Bytes
Versions: 15
Compression:
Stored size: 758 Bytes
Contents
[![Build Status](https://travis-ci.org/fidor/fidor_schema.svg?branch=master)](https://travis-ci.org/fidor/fidor_schema) # Fidor API Schema - BETA The Fidor API is described with [JSON Schema](http://json-schema.org), which serves as a public contract about available API resources and object internals. This gem(besides the schema) provides a single utility method: the path to the json files. gem install fidor_schema require 'fidor_schema' Fidor::Schema.path Other languages can take advantage of the raw json files. ## Test Install required gems with bundler and go for it: bundle install rake spec ## Field types & formats All strings MUST be UTF-8 encoded. Date & date-time values are ISO8601 Copyright (c) 2014 Fidor AG
Version data entries
15 entries across 15 versions & 1 rubygems