LORIS API client for real this time#1307
Conversation
f310797 to
eb70552
Compare
eb70552 to
d270718
Compare
|
@MaximeBICMTL @cmadjar @ridz1208 Can this client instead be a standalone repo? |
|
@jeffersoncasimir yes that's the plan! |
|
Sorry to be picky but I would recommend a rename to This would be in line with |
|
@jeffersoncasimir Renaming things to be more like "CBRAIN" is not in my job description. Also I figured that repo could host other clients than python? like a PHP client. Why need multiple repos for that. And yes you are being picky 🙃 |
|
Thanks for the repo @ridz1208 ! I personally have no strong opinion on the repository name. However, it is true that with |
|
The new repository has been created here. We will discuss the naming in a meeting. |
Description
This is the LORIS API client I am using on C-BIG for MPN.
This PR targets LORIS-MRI 26 as this is the LORIS version C-BIG is using, another PR for 27 or main will likely come later.
The client should be ready to use as-is, it is a completely standalone project that does not need the rest of LORIS-MRI to work (unlike the last PRs), see the README for installation and usage instructions.
There is very little documentation in the project itself, but it is typed and the user can usually refer to the broader LORIS API documentation.
I hesitated on whether to place this client in this repo, the LORIS repo, or a new repo, but I figured here would probably be the best, we will probably discuss this in a meeting.
Supersedes #1206