
	{
	  "description": "Stargazer API: Follow what other people are starring on GitHub without stalking their profiles.",
	  "schema": {
	    "/feed/{username}": {
	      "method": "GET",
	      "description": "Get the RSS feed for a single GitHub user.",
	      "params": {
	        "username": "string (GitHub username)"
	      }
	    },
	    "/feeds/{usernames}": {
	      "method": "GET",
	      "description": "Get the RSS feed for multiple GitHub users (separate usernames with '+').",
	      "params": {
	        "usernames": "string (e.g. user1+user2+user3)"
	      }
	    }
	  }
	}