All Projects → cloudapp → Api

cloudapp / Api

The CloudApp API

Projects that are alternatives of or similar to Api

blue bird
API Documentation Generator for the Phoenix Framework
Stars: ✭ 52 (-67.7%)
Mutual labels:  api-blueprint
Pmtoapib
Tool to convert Postman collection exports to Api Blueprint documentation
Stars: ✭ 34 (-78.88%)
Mutual labels:  api-blueprint
Health Checks Api
Standardize the way services and applications expose their status in a distributed application
Stars: ✭ 78 (-51.55%)
Mutual labels:  api-blueprint
Protagonist
Protagonist is Node.js wrapper for the API Blueprint parser
Stars: ✭ 343 (+113.04%)
Mutual labels:  api-blueprint
Explorer
A web UI for CMT / ATOM account and transaction scanner
Stars: ✭ 18 (-88.82%)
Mutual labels:  api-blueprint
Apib Mode
Emacs API Blueprint major mode
Stars: ✭ 44 (-72.67%)
Mutual labels:  api-blueprint
SwiftAPI
Swift API Code generator based on APIBluePrint
Stars: ✭ 43 (-73.29%)
Mutual labels:  api-blueprint
Blueman
Convert a generated API Blueprint JSON file into a Postman collection
Stars: ✭ 145 (-9.94%)
Mutual labels:  api-blueprint
Apib Editor
simple api-blueprint editor
Stars: ✭ 9 (-94.41%)
Mutual labels:  api-blueprint
Xcodeserver Api Docs
Unofficial documentation of the Xcode Server API (Xcode 7 edition)
Stars: ✭ 71 (-55.9%)
Mutual labels:  api-blueprint
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+2241.61%)
Mutual labels:  api-blueprint
Snowboard
API blueprint toolkit
Stars: ✭ 723 (+349.07%)
Mutual labels:  api-blueprint
Drafter.js
API Blueprint parser in JS
Stars: ✭ 50 (-68.94%)
Mutual labels:  api-blueprint
Drafter
API Blueprint Parser (C++)
Stars: ✭ 286 (+77.64%)
Mutual labels:  api-blueprint
Dredd Example
Example application using Dredd and CI
Stars: ✭ 79 (-50.93%)
Mutual labels:  api-blueprint
draughtsman
API Blueprint Parser for Python 3
Stars: ✭ 22 (-86.34%)
Mutual labels:  api-blueprint
Apidocs
API documentation for The Grid
Stars: ✭ 43 (-73.29%)
Mutual labels:  api-blueprint
Apib2swagger
Convert API Blueprint to Swagger.
Stars: ✭ 148 (-8.07%)
Mutual labels:  api-blueprint
Apifuzzer
Fuzz test your application using your OpenAPI or Swagger API definition without coding
Stars: ✭ 101 (-37.27%)
Mutual labels:  api-blueprint
Api Blueprint Boilerplate
Minimalistic boilerplate to quick-start API specification using API Blueprint description language.
Stars: ✭ 71 (-55.9%)
Mutual labels:  api-blueprint

NOTE: The API is no longer supported

The CloudApp API

Welcome to the CloudApp developer docs. Here you can find everything you need to integrate your application with CloudApp. You might want to check out other great third-party applications who make use of the API.

There is a good chance most of the work is already cut out for you. A variety of third-party client libraries are available to interface with the CloudApp API.

Usage

You can use the CloudApp API to register an account, list your items, upload a file – anything Cloud.app or the web app can do. Keep in mind usage of the CloudApp API is bound to our Terms of Service.

Authentication

HTTP Digest is used to authenticate all requests.

JSON

You're probably interested in JSON responses and not HTML. Add the header Accept: application/json on requests to receive JSON and Content-Type: application/json when you're sending JSON.

Available APIs

Account

Items

Gift Cards

Getting Help

We've done our best to write the CloudApp API documentation to make integrating with it as simple as possible. Should you have questions we recommend:

Help us make it better

Please tell us how we can make the API better. If you have a specific feature request or if you found a bug, please use GitHub issues. Fork these docs and send a pull request with improvements.

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].