frex v0.1.2 Frex.HTTP

A module for sending requests to the Freshbooks API.

Summary

Functions

Makes an HTTP POST request to the Freshbooks API with the given request body (req_body) and API credentials (username, token)

Functions

request!(request_body, credentials)

Makes an HTTP POST request to the Freshbooks API with the given request body (req_body) and API credentials (username, token).

Returns a parsed form of the response.