Nothing
get_api
now has an ext
argument for API urls that are missing a file
extension; this ensures that the file is properly parsed (@almahmoud, #26).config
argument in get_api
is passed along to the GET
call for
non-public APIs that require a token (@almahmoud, #26).get_api
handles both URLs and files (either json
or yml
)fun(x, ..., .__body__ = list(y))
,
where x
is a argument for the 'URL' of the RESTful interface, and y
is an
argument for the 'BODY' of POST and similar requests. The ...
provide backward
compatibility, and is used to populate elements of .__body__
; the full
interface is required when URL and BODY have identically named arguments
(@mtmorgan).body
arguments (@mtmorgan).body
consists of 1 argument, it is represented as an unnamed set
(@mtmorgan).body
(@mtmorgan)httr::accept
headers from op_def$produces
(@almahmoud, #22)operation$parameters
that have zero length (@seandavi, #20)Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.