Peter Selby
Peter Selby
This was discussed at length in the experimental design working group before that group dissolved cuz everyone got too busy. We considered `Events` and `Treatments` to be related but separate...
@GuilhemSempere how about this for "merging": Deprecate /maps/{mapDbId}/positions Replace with /maps/{mapDbId}/markers /maps/{mapDbId}/markers and /markers both return a list of these new Marker objects (add the correct parameters to each as...
I agree the Person entity and Contact entity should be more aligned. I believe that creating a Contact through `POST /studies` and `POST /trials` is still important because there are...
The Problem: Two systems are reported to be BrAPI compatible, but support different sets of endpoints and are therefore not compatible with each other. For example, Field Book is BrAPI...
The proposed structure above has almost a full overlap with the existing BrAPI Image entity. I would propose something like this: ``` "media": [ { "imageDbId": "xyz", "imageName": "XYZ" }...
Thanks @sebastian-raubach, Yes I think this would be very beneficial. I've been hesitant in the past to do something like this because there are many different pieces of info you...
There are more auth schemes available, but off the top of my head, this is what I'm thinking. I bet we could cover 90% of use cases if the server...
@nahuel-soldevilla It has been discussed, but the discussion was short after deciding that BrAPI is not responsible for Authentication. BrAPI has the `Authorization` standard header which is designed to transport...
@guignonv haha no need for alternatives or points of weakness because you are just re-inventing OAuth hahaha OAuth uses URL parameters instead of cookies, and the "I'm authenticated" button happens...