Skip to content

Commit

Permalink
added TODO regarding issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ committed Oct 29, 2009
1 parent a12bac4 commit 2c5c71a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/playdar_http_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ http_req_authed(Req, _DocRoot, Method, Qs, _Auth) ->
case Method of
% TODO resolve-json, where you just pass the JSON obj instead of many url params.
% this would be completely generic and work for non-music stuff just the same.
%
% Notes on github issue #6
% ------------------------
% regarding seeding the resolver with an existing, known result url:
% i'd like to do this by having the client call resolve and passing the
% json query object with preexisting results:[..] field, which is just
% copied verbatim as if a resolver found it.

"resolve" ->
Artist = proplists:get_value("artist", Qs, ""),
Expand Down

0 comments on commit 2c5c71a

Please sign in to comment.