Skip to content

Instantly share code, notes, and snippets.

View AshwinRamesh's full-sized avatar

Ashwin Ramesh AshwinRamesh

View GitHub Profile
#!/usr/bin/python
# encoding: utf-8
# Based off the script from https://gist.github.com/Paaskehare/3949299
# @author: Ash Ramesh (27/10/2016)
import cookielib
import urllib
import urllib2
import re
@AshwinRamesh
AshwinRamesh / API.md
Last active September 10, 2015 05:00 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: