Commit Graph

6 Commits

Author SHA1 Message Date
David Moreau Simard 0614e3c9f5
Update README to explain ara-clients was migrated back into ara
The ara-clients standalone repository is being discontinued.
The clear and logical separation of components was nice but the overhead
in complexity was not worth it.

Change-Id: I345dfa25c049d7e3874a8f502156c857df44c734
2019-03-02 08:48:10 -05:00
David Moreau Simard bb45af0f98
Use an if/else for returning the client in get_client
Attempting to do something more fancy lead the method to instanciate
both clients, let's not do that.

Change-Id: I0c8abc48ce146fe7dec592779b4cd07dedcc3bd8
2019-01-22 09:26:46 -05:00
David Moreau Simard f460f76b7e
Improve utils.get_client to supply sane defaults
This will make it easier to get started.

Change-Id: I46a1944701f544db202b80871e01a382770e2148
2019-01-21 10:01:51 -05:00
David Moreau Simard b1dc3a0944
Run black/isort on ara-clients
There will be a follow up patch to add black/isort CI.

Change-Id: I8f16ad01d9a7c986b12a543ff351cbf17a0df70d
2018-10-02 16:44:24 -05:00
David Moreau Simard ee86bb5cfe
Add first iteration of http client
The offline client is ideal for running offline and locally.
The http client uses requests to do actual http requests to an API
server.

Change-Id: I2b1ed6068ab547d55237b3f9ff7150935232caa6
2018-09-12 10:45:26 -04:00
David Moreau Simard d54b3f8e59
Add helper method to retrieve client instance
Change-Id: I0efcf4a9272e70e34dc9c62a963484583628cacc
2018-06-25 10:59:44 -04:00