Skip to content

Instantly share code, notes, and snippets.

View ansarbek's full-sized avatar

ecomarine ansarbek

  • Almaty
View GitHub Profile
class InvoiceGeneratorClient
PDF_CONTENT_TYPE = "application/pdf"
JSON_CONTENT_TYPE = "application/json"
include HTTParty
base_uri "https://invoice-generator.com"
class << self