You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
Description
2
2
-----------
3
-
The official [FreeAgent](http://www.freeagent.com/) Ruby Client Library provides a simple Ruby interface for the [FreeAgent API 2.0](https://dev.freeagent.com/)
3
+
This is a Ruby client library that provides a simple interface to the [FreeAgent API](https://dev.freeagent.com/). This
4
+
is not an official FreeAgent project. It was created as a side project by one of our developers.
4
5
5
6
So what does this library have? Well the library wraps the API into a lovely little package providing rails-esque querying which makes it trivial to talk to FreeAgent.
6
7
7
8
Want all your draft invoices? Simple:
8
9
`Invoice.draft`
9
-
10
+
10
11
Want to find all your contacts with open invoices?
11
-
`Contact.open_clients`
12
+
`Contact.open_clients`
12
13
13
14
Want to find your recurring expenses? Come on you’re not even making this hard anymore:
14
15
`Expense.recurring`
15
-
16
+
16
17
Important Notes
17
18
---------------
18
-
Please note the client is still a work in progress and is considered alpha.
19
-
20
-
Consequently, at this time it is advisable not to use this library in your development.
19
+
This is a work in progress and is considered alpha. We warmly welcome pull requests from our developer community.
0 commit comments