Closed (won't fix)
Project:
Shorten URLs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2011 at 07:15 UTC
Updated:
10 Aug 2014 at 04:56 UTC
Jump to comment: Most recent
Comments
Comment #1
icecreamyou commentedProposed structure:
This will require reworking _shorten_get_url().
Comment #2
nagarajugoli commentedi need service (drupal 7) with api key. i am connecting my own network with api key and json-rpc.
Comment #3
icecreamyou commented@nagarajugoli: This issue is about an API change that will allow modules to expose new generic services that require keys without doing a little extra work of tracking the keys themselves. If you are using your own network with your own key, you can just include your key directly in the URL you are providing as the endpoint, and everything should work without the change proposed above.
Comment #4
nagarajugoli commentedok, i tried with json-clinet , any way thanks.
Comment #5
icecreamyou commentedClosing because I'm unlikely to work on this and it's a moderate amount of effort and code on the module's side in order to relieve maximum a few lines of code (often zero) on the user's side