rienafairefr / pynYNAB

a python client for the new YNAB
MIT License
138 stars 12 forks source link

Docs ? #42

Closed andreroggeri closed 6 years ago

andreroggeri commented 7 years ago

Is it possible to add more documentation to the Wiki ?

client.sync()
client.budget.be_transactions.append(transaction1)
client.budget.be_transactions.append(transaction2)
client.budget.be_payees.append(payee)
client.budget.push(3)

The example above doesn't explains how to create the transaction or the payee.

rienafairefr commented 7 years ago

I've added a page with an explanation of schema.Entities and how to create one, with an example for payees. Cheers!