Sha256: 57491a1d1358164adb2c6d57bbec0d771377082948c473261fe78b04296ca909
Contents?: true
Size: 641 Bytes
Versions: 16
Compression:
Stored size: 641 Bytes
Contents
# 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
16 entries across 16 versions & 1 rubygems