Package flickr.plt contributed by dvanhorn [docs]
To load: (require (planet dvanhorn/flickr:1:0/flickr))
Old style:(require (planet "flickr.ss" ("dvanhorn" "flickr.plt" 1 0)))
Min Racket version: 370
Package description:
A Scheme wrapper for the Flickr web service.
Downloads this week: 0
Total downloads: 118
Tickets:0
Open tickets:0
Primary files:
NameContract
flickr.reflection.getMethodInfo
(->* () (required-keywords #:method_name) any)
flickr.reflection.getMethods
(->* () (required-keywords) any)
NameContract
(all-defined)
(all-from method.ss)
NameContract
(struct exn:flickr (method-name message code))
(struct argument-info (name optional? description))
(struct method-info (name needs-login? needs-signing? required-perms description response explaination arguments))
sign
flickr-true?
(-> any/c boolean?)
sign-all?
(parameter/c boolean?)
current-api-key
(parameter/c string?)
current-sec-key
(parameter/c string?)
non-text-tags
(parameter/c (listof symbol?))
required-keywords
(->* () (listof keyword?) (contract?))
invoke-method
(->* () (required-keywords #:method #:api_key) ((listof xexpr?)))
invoke-method-signed
(->* () (required-keywords #:method #:api_key) ((listof xexpr?)))
method-url
(->* () (required-keywords #:method #:api_key) (url?))
authorize-url
(->* () (required-keywords #:perms #:frob) (url?))
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)
85
3702007-09-24
To load: (require (planet dvanhorn/flickr:1:0/flickr))
Available in repositories: 4.x, 3xx
Initial release, a no frills wrapper.
No Tickets Currently open for this Package [New Ticket]
 Packages in other repositories

These packages are not available in the 3xx repository, but they are available for other versions of Racket.

PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(2 3)
31
4.2.52010-06-01
To load: (require (planet "main.ss" ("dvanhorn" "flickr.plt" 2 (= 3))))
Available in repositories: 4.x
Much nicer scribblings generated by interpreting fragments of XML.
(2 2)
0
4.2.52010-05-31
To load: (require (planet "main.ss" ("dvanhorn" "flickr.plt" 2 (= 2))))
Available in repositories: 4.x
Example responses are now pretty printed in documentation.
(2 1)
0
4.2.52010-05-31
To load: (require (planet "main.ss" ("dvanhorn" "flickr.plt" 2 (= 1))))
Available in repositories: 4.x
Added error codes, example responses, and explanations to the documentation. Nicer scribble code (better typesetting and cross referencing).Removed non-text-tags parameter and instead whitespace is always removed from responses.
(2 0)
2
4.2.52010-05-29
To load: (require (planet "main.ss" ("dvanhorn" "flickr.plt" 2 (= 0))))
Available in repositories: 4.x
Updated for PLT 4.2.5. Generated scribble documentation.