Sha256: 5b2d3b048583d0e10184c29a5fcbb05f2bb317ebf87e41cd493f6804133ede80

Contents?: true

Size: 877 Bytes

Versions: 7

Compression:

Stored size: 877 Bytes

Contents

## CLIENT TODO
- Document expenses on the wiki (/expenses and /workspaces/2/expenses).
- Document reload available on all models.
- Document error responses, such as:
    => expense
    => #<Mavenlink::Expense:0x101aeb760 @json={"category"=>"Some Category", "created_at"=>"2011...
    expense.destroy
    => false
    expense.errors
    => ["Expense 23456 cannot be deleted because it is in an active invoice"]
    expense.update :foo => :bar
    => false
    expense.errors
    => ["Unknown params: expense[foo]. Known params: expense[date] is the expense date in the form MM/DD/YYYY, expense[amount_in_cents] is the amount of this expense in the base units of the workspace currency (i.e., cents for USD), expense[notes] are the notes, if any, associated with this expense, expense[category] is the expense category"]

## API TODO
- Add user endpoint
- Add invoices endpoint

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mavenlink-0.2.7 TODO
mavenlink-0.2.6 TODO
mavenlink-0.2.4 TODO
mavenlink-0.2.3 TODO
mavenlink-0.2.2 TODO
mavenlink-0.2.1 TODO
mavenlink-0.2.0 TODO