X
X
xSkyFoXx2012-03-02 22:27:43
Python
xSkyFoXx, 2012-03-02 22:27:43

API development

So the moment has come when it is necessary to give access to other developers to my small service. Those. write an API. Never faced such a problem. Do not tell me where to start?
Development language: python

Answer the question

In order to leave comments, you need to log in

4 answer(s)
J
jj_killer, 2012-03-03
@xSkyFoXx

  1. REST API Design Rulebook
  2. Service-Oriented Design with Ruby and Rails

In the second code examples in Ruby. In principle, even if you write in Python, everything will be clear. The code for Sinatra can be rewritten in Flask, although I would advise writing an API application in something faster, such as Bottle.

A
Anatoly, 2012-03-02
@taliban

The language is not important, just look at other apis (twitter, facebook, contact, google and similar large services) everything will immediately fall into place.

K
Konstantin Kitmanov, 2012-03-03
@k12th

Try sketching RESTful, even if REST doesn't work out in the end, it's still a great way to organize your thoughts.

R
ragimovich, 2012-03-21
@ragimovich

habrahabr.ru/post/132572/
Is this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question