Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 680 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 680 Bytes

ZohoHorrorShow

A library for interacting with the Zoho Projects API, because it's an awful nightmare of ambiguous fields, optional fields, random casing and largely absent documentation. Xорошо́!

Work in progress:

  • Finish defining structs for all postable and retrievable objects
  • Finish implementing all GET, PUT, POST and DELETE urls
  • Consistently wrap inconsistent fields (no numeric strings!)
  • Make sure everything that might be nil is wrapped in an Option (This isn't documented so will probably be a matter of experimentation)
  • Better documentation
  • Deduplicate with macros where possible