Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elasticio/paymill-api
PAYMILL API description for elastic.io
https://github.com/elasticio/paymill-api
Last synced: 3 days ago
JSON representation
PAYMILL API description for elastic.io
- Host: GitHub
- URL: https://github.com/elasticio/paymill-api
- Owner: elasticio
- Created: 2013-07-09T08:22:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T12:08:00.000Z (over 11 years ago)
- Last Synced: 2024-04-09T21:02:11.555Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paymill API Description
This project contains a Swagger API for [Paymill](http://paymill.com) - the most innovative payment-as-a-service provider.
Before going into the description two words about **Swagger**:## Swagger
From [Swagger Wordnik](http://swagger.wordnik.com/) site:
>Swagger is a specification and complete framework implementation for
>describing, producing, consuming, and visualizing RESTful web services.We at elastic.io chosen Swagger as our first REST service description language, other languages
(e.g. *WSDL* for SOAP Services or *WADL* or *Mashape* description languages will follow).Swagger have following advantages over other alternatives:
* It's open source project distributed under Apache License, Version 2.0
* It has a modular structure (core, code generator, UI, etc)
* It has a significant traction and community acceptanceWe believe that even if you don't use Swagger right now for documentaiton of your REST API you might benifit
from it in the long-term e.g. from Swagger Code Generation.## Contract
Goal of this desription is to provide an easy way to integrate Paymill API into elastic.io platform.
For that following should be stored in this Git repository:
* It should have an *index* document called ```/api-docs.json```, typical Swagger structure that declares an entry point and references individual *resource* description files.
* It should have an icon called ```/logo.png```. This logo should be 64x64 pixels large and have a transparent background.That's more or less it.
License
-------Copyright 2013 elastic.io GmbH
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.