package fred

  1. Overview
  2. Docs
type search_type =
  1. | FullText
  2. | SeriesId

Search type options

type order_by =
  1. | SearchRank
  2. | SeriesId
  3. | Title
  4. | Units
  5. | Frequency
  6. | SeasonalAdjustment
  7. | RealtimeStart
  8. | RealtimeEnd
  9. | LastUpdated
  10. | ObservationStart
  11. | ObservationEnd
  12. | Popularity
  13. | GroupPopularity

Search type's order by options

val search_type_to_string : search_type -> string
val order_by_to_string : order_by -> string
OCaml

Innovation. Community. Security.