ex_trello v1.1.1 ExTrello.API.BareRequests

This module exists to provide ExTrello users with an interface to easily make requests to Trello that have not yet been implemented in the wrapper.

TODO: Add some ‘best guess’ parsing of responses to provide anyone who uses these functions the same structured responses as the other implemented functions.

Still not 100% on this, may just leave bare responses exposed for people who don’t find value in the named structs.

Summary

Functions

delete(path, params \\ [])
get(path, params \\ [])
post(path, params \\ [])
put(path, params \\ [])