Liking cljdoc? Tell your friends :D

com.slothrop.clj-baseball.statcast.batter

Contains the implementation for the Statcast query endpoint.

Contains the implementation for the Statcast query endpoint.
raw docstring

make-query-mapclj

(make-query-map defaults params)

Modifies the query map stored in query-defaults with a user-specified map of search parameters.

Modifies the query map stored in query-defaults with a user-specified
map of search parameters.
sourceraw docstring

make-query-stringclj

(make-query-string kvs)

Turns the map of query parameters into a query string compliant with Statcast's query endpoint. Does NOT perform URL encoding except where necessary. Arbitrary data that does not conform to the range of accepted values for a parameter will not modify the results.

Turns the map of query parameters into a query string compliant with
Statcast's query endpoint. Does NOT perform URL encoding except
where necessary. Arbitrary data that does not conform to the range of accepted
values for a parameter will not modify the results.
sourceraw docstring

query-defaultsclj

The default map of query parameter values. Can be changed to modify the scope and size of your Statcast query.

The default map of query parameter values. Can be changed to modify the scope
and size of your Statcast query.
sourceraw docstring

send-req!clj

(send-req! params)

Sends the composed and spec'ed query to Statcast.

Sends the composed and spec'ed query to Statcast.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close