You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A type would probably be implemented lightly as [typename object]. As for defining return types, a syntax like the following could work (I'm open to suggestions):
(defapiget-foo "/foo/bar/.id" [is bar] ...) ; a single BAR
(defapiget-foo "/foo/bars" [is (bar)] ...) ; a collection of BARs
The text was updated successfully, but these errors were encountered:
A type would probably be implemented lightly as
[typename object]
. As for defining return types, a syntax like the following could work (I'm open to suggestions):The text was updated successfully, but these errors were encountered: