Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.02 KB

ebird-api

A Haskell description of the eBird API.

Installation

In your cabal file:

  build-depends:
      ebird-api

Usage

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.