mcroydon + rest   78

REST Console
Useful looking Chrome extension for constructing API queries. Includes some nice auth options as well.
rest  restful  api  web  chrome  extension 
july 2011 by mcroydon
Stashboard: The open source status dashboard
"Stashboard is designed to provide a generic status dashboard for any hosted service or API. The code can be downloaded, customized, and run on any Google App Engine account."
api  app  appengine  cloud  dashboard  cloudcomputing  googleappengine  google  gae  free  django  design  monitoring  open-source  opensource  python  saas  rest  twilio  tracking  tools  status  sysadmin  software  service  uptime  web  webdev 
july 2010 by mcroydon
Principles for Standardized REST Authentication - O'Reilly Broadcast
I want to live in this fantasty world where RESTful authentication isn't so hard or repetitive.
api  architecture  auth  authentication  dev  cloud  development  restful  rest  read  programming  patterns  oauth  http  distributed  security  soa  soap  toread  webservices 
may 2010 by mcroydon
Generalized Linking
Thoughts on linking within both Atom and JSON contexts.
article  atom  good  http  javascript  rest  json  web  hateoas  linking 
march 2010 by mcroydon
Erlang Factory - Justin Sheehy, CTO of Basho Technologies and creator of the Erlang Webmachine
The slides were a great skim. I totally want to go back and watch the video.
web  erlang  http  rest 
december 2009 by mcroydon
justin / webmachine / wiki / Home — bitbucket.org
A RESTful framework built on top of mochiweb. Travis Swicegood got me all excited about this last night.
programming  web  software  development  tools  webdev  library  opensource  erlang  dev  server  tech  architecture  framework  http  rest  application  tool  frameworks  2009  djangocon  toolkit  bitbucket  backend  ops  webmachine  mochiweb 
december 2009 by mcroydon
Hbase/Stargate - Hadoop Wiki
Alpha-quality RESTful interface for HBase. Includes plain text, JSON, XML, and ProtocolBuffer serializers.
rest  hadoop  hbase  xml  json  web-services 
november 2009 by mcroydon
Riak - A Decentralized Database
"Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications." Erlang under the hood.
programming  web  development  key-value  database  webdev  opensource  erlang  storage  scalability  distributed  rest  databases  http  mapreduce  json  db  couchdb  store  kvstore  datastore  keyvalue  nosql  document  cloudcomputing  riak  decentralized  basho  documentoriented  key-value-store 
october 2009 by mcroydon
PubSub-over-Webhooks with RabbitHub « LShift Ltd.
"RabbitHub is our implementation of PubSubHubBub, a straightforward pubsub layer on top of plain old HTTP POST — pubsub over Webhooks."
programming  web  software  toread  erlang  opensource  tech  cool  distributed  http  rest  review  queue  rabbitmq  subscribe  po  pubsub  amqp  webhooks  pubsubhubbub 
july 2009 by mcroydon
django-rstify - Google Code
Handy, with built-in pygments integration.
rest  restructuredtext  rst  python  django 
june 2009 by mcroydon
pyactiveresource - Google Code
"PyActiveResource aims to be a comprehensive translation of Active Resource in Python."
python  django  programming  webdev  code  api  opensource  xml  web2.0  rest  webservices  client  webservice  activeresource 
may 2009 by mcroydon
david / django-roa / overview — bitbucket.org
Exposing models as resources and the other way around.
django  rest  web-services 
may 2009 by mcroydon
Wad of Stuff: Django Full Serializers - Part I
Haven't looked too closely but extending serializers strikes me as a good thing.
django  serialization  json  web-services  rest 
february 2009 by mcroydon
restish - Overview - ish.io
Looks like a nice API for writing lightweight WSGI apps.
python  development  webdev  framework  rest  wsgi 
february 2009 by mcroydon
Joe Gregorio | BitWorking | Bloom Filter Resources
Very readable introduction to Bloom Filters with bonus working Python implementation.
python  development  code  webdev  algorithms  api  algorithm  rest  cs  hash  data-structures  filter  acm  polling  datastructure  bloomfilter  bloom 
october 2008 by mcroydon
Django snippets: RestView - class for creating a view that dispatches based on request.method
This looks very similar to the approach that Jacob took in his RESTful Web Services chapter.
python  django  webdev  rest  snippets  views  class 
september 2008 by mcroydon
reStructuredText Directives
Wow, I really wish I had learned about csv-table and list-table a long time ago. They're awesome!
rest  python  documentation 
september 2008 by mcroydon
Panda - Open source video platform
Video uploading, encoding, and streaming with RESTful API? Yes, please.
programming  web  video  ruby  webdev  amazon  rails  api  flash  s3  webdesign  aws  rest  streaming  ec2  encoding  stream  opensource  flv  encode  ffmpeg  transcoding  upload  clean  panda  rubyonrails  merb  uploading  gem 
september 2008 by mcroydon
pysolr - Google Code
Joseph's SOLR wrappers are out the door!
solr  python  search  lucene  web-services  rest  restful  api 
january 2008 by mcroydon
sizeof(uint32t): RESTful handlers with Hunchentoot
For the next time I need to do URL dispatching with Lisp.
django  programming  lisp  regex  webdev  rest 
december 2007 by mcroydon
cl-couchdb
"cl-couchdb is a frontend written in Common Lisp to the CouchDB database system."
couchdb  database  document  lisp  programming  rest  storage 
november 2007 by mcroydon
ongoing · WS-dämmerung
Keep it lightweight, folks.
rest  soa  WS-* 
november 2007 by mcroydon
James Gardner » Best Practice for Good URL Structures
Overall these are fantastic suggestions. I'm fine with plurals, but that's just a matter of taste.
design  django  http  navigation  programming  toread  rest  usability  url  web  webdesign  webdev 
november 2007 by mcroydon
Amazon S3 At Your Service
"I am very happy to announce that, effective October 1, 2007, The Amazon S3 Service Level Agreement is in effect." Yay!
s3  amazon  aws  web-services  soa  rest 
october 2007 by mcroydon
Defying Classification: Django Tip: HTTP verb dispatching
Quite useful methinks. I've done similar routing for RESTful stuff.
django  http  python  rest  web 
october 2007 by mcroydon
FeatureServer
"FeatureServer is an implementation of a RESTful Geographic Feature Service."
geo  georss  gis  json  kml  mapping  maps  postgis  python  rest  server  software 
august 2007 by mcroydon
Python Web Services
The most currently maintained SOAP library for Python. wsdl2py generates some usable stubs and the whole process is less fun than poking your eyes out with a stick. I'd much rather be accessing a RESTful web service though.
framework  library  networking  programming  python  reference  rest  soap  web-services  web-service  software  web  xml 
july 2007 by mcroydon
Brad Choate: Harshest REST URL ever
... which would be much more RESTful if you issued a DELETE to the friendship resource.
rest  web-services  twitter  RESTwanking  roa 
june 2007 by mcroydon
PragDave: A First Erlang Program
So sweet. I was just getting ready to do something very similar.
amazon  rest  web  tutorial  erlang 
april 2007 by mcroydon
URI Template
I see a lot of potential here. I think a sane way of noting what values can be in a particular variable without being regexy and verbose would be awesome.
http  rest  uri 
october 2006 by mcroydon
Park Place, the Amazon-S3 clone
S3 minus BitTorrent, SOAP, and Amazon.
ruby  rest  s3  storage 
april 2006 by mcroydon
o(ther)l/log: Mac OS X S3 Browser (i... d...)
Part of a learning experience of builing a desktop app around a REST service.
amazon  amazon-s3  s3  rest  web-services 
april 2006 by mcroydon
flickr.py
me = flickr.people_findByUsername("postneo")
flick  api  rest  python 
march 2006 by mcroydon
Yahoo! Maps Web Services - Geocoding API
A REST-based geocoding API, up to 50k queries per IP per day.
api  geocoding  maps  mapping  rest  yahoo 
november 2005 by mcroydon
Amazon.com Help: Amazon Historical Pricing
Pricing trends and sales history available via Amazon's web services. The data will cost you though (starting at $499 for 20k requests).
web-services  rest  soap  book  books  amazon  sales-history 
october 2005 by mcroydon
Bulletin Connect
SOAP/REST API for sending and receiving SMSes
sms  messaging  web-services  soap  rest 
august 2005 by mcroydon

related tags

@toread  abdera  acm  activeresource  admin  ajax  algorithm  algorithms  amazon  amazon-s3  amqp  apache  api  app  appengine  application  architecture  article  articles  atom  atompub  auth  authentication  aws  backend  basho  bestpractices  bitbucket  blog  bloom  bloomfilter  book  books  browser  business  cache  caching  chart  charts  check  chrome  class  clean  client  cloud  cloudcomputing  code  coding  compression  compsci  computers  concurrency  convert  converter  cool  couchdb  cs  dashboard  data  data-structures  database  databases  datastore  datastructure  db  debugging  decentralized  decorator  design  dev  development  device  digest  distributed  django  djangocon  document  documentation  documentoriented  dsl  ec2  education  elastic  elasticsearch  encode  encoding  engine  engineering  erlang  everyware  extension  facebook  farmville  feed  feeds  feedserver  ffmpeg  filter  flash  flick  flv  fowler  framework  frameworks  free  fulltext  future  gadget  gadgets  gae  gamedev  games  gdata  geek  gem  geo  geocoding  georss  geowanking  gis  good  google  google-maps  googleappengine  googlecode  graph  graphics  graphing  graphs  grid  ha  hadoop  haml  hash  hateoas  hbase  headers  hosting  how-to  howto  html  http  image  imagemagick  images  indexing  infographics  information  integration  interaction  internet  ixd  jabber  java  javascript  jquery  json  key-value  key-value-store  keyvalue  kml  kvstore  latex  lib  library  lighttpd  lightweight  linking  lisp  lucene  mapping  mapreduce  maps  markdown  martin  martin-fowler  martinfowler  maturity  maturitymodel  memcache  memcached  merb  messaging  metrics  microformats  mochiweb  model  module  monitoring  munin  mvc  navigation  network  networking  nginx  noaa  nosql  no_tag  oauth  online  open  open-source  openoffice  opensource  ops  optimization  panda  patterns  performance  photo  php  plugin  po  polling  postgis  processing  programming  protocol  proxy  publishing  pubsub  pubsubhubbub  puppet  pylons  python  query  queue  rabbitmq  race  rails  rdoc  read  reference  regex  release  resize  resource  rest  restful  restructuredtext  restul  RESTwanking  review  riak  roa  rss  rst  ruby  rubyonrails  s3  saas  sales-history  scalability  scaling  scripting  search  search-engine  searchengine  security  serialization  server  servers  service  services  share  simpledb  sinatra  sketching  sms  snippets  soa  soap  software  solr  source  star  status  storage  store  stream  streaming  subscribe  syndication  sysadmin  tech  technical  technology  testing  tex  text  thumbnail  tips  to-read  todo  tool  toolkit  tools  toread  tracking  transcoding  tutorial  tutorials  twilio  twitter  ubicomp  ubiquitous  upload  uploading  uptime  uri  url  usability  userexperience  user_experience  ux  versioning  video  views  visualization  weather  web  web-development  web-framework  web-server  web-service  web-services  web2.0  webapp  webdesign  webdev  webdevelopment  webhooks  webmachine  webserver  webservice  webservices  work  writing  WS-*  wsgi  xml  xmpp  yahoo  zynga 

Copy this bookmark:



description:


tags: