A Haskell description of the eBird API.
In your cabal file:
build-depends:
ebird-api
Note: If you are interested in querying the eBird API, use ebird-client instead!
This library is intended for those who want to write their own clients for the eBird API, or do some custom processing of eBird data using the types defined here.
Definitions for all major types of values that the eBird API communicates in are provided, including observations and checklists. servant API types for all endpoints of the eBird API are also provided.
Please don't hesitate to
For more documentation, see the library's Hackage documentation.