Giter Site home page Giter Site logo

(Note: This is very beta. The code is mostly functional. The docs are mostly not. The tests are somewhere in between. Have fun, be safe, and stay tuned.)

drop.io API library for Ruby

Before using the Dropio library, the application must set an API key. This key will be used for all requests to the server. To get an API key, go to backbone.drop.io. Then make sure you set the API key before you use the API:

Dropio::Config.api_key = "83a05513ddddb73e75c9d8146c115f7fd8e90de6"

You can also get debug information through STDERR by doing:

Dropio::Config.debug = true

The Drop object

There are two ways to get a Drop object. The first is to access an existing drop:

     drop = Dropio::Drop.find("mystuff")
auth_drop = Dropio::Drop.find("mystuff", "b9b2c8f2b8e655679d2fb62b83f8efec4fb4c8af")

Drop#find takes two arguments: the name of the drop to get, and a credential token. This can be an admin token, a user token, an admin password, or a guest password. The drop’s capabilities will be limited by the token, and the token is optional. If the drop is authenticated with the admin token, it will be able to do anything. If the drop is not authenticated with a token, it will have the same capabilities as any user visiting the drop. If the drop is not found or the token is not accepted, #find will return nil.

drop.io's Projects

collabio icon collabio

collab.io, an example application on top of the Drop.io API (http://api.drop.io)

dropfolio icon dropfolio

A Portfolio App Example written using Ruby, The Sinatra Framework, and the Drop.io Ruby API client gem.

integrity icon integrity

The easy and fun Continuous Integration server

mydrops icon mydrops

Keep track of all your drops in a single place

rmb icon rmb

The official RMB Ruby gem

rmb-php icon rmb-php

PHP Library for the Drop.io Rich Media Backbone API

usendio icon usendio

usend.io, an example application on top of the Drop.io API (http://api.drop.io)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.