sgn
sgn copied to clipboard
BrAPI 2.0 Changes
Description
BI has implemented various BrAPI endpoints as well as updated the BrAPI support of existing endpoints. Summary of changes include:
New endpoints:
-
POST /brapi/v2/variables
-
PUT /brapi/v2/variables/{variableDbId}
Updated endpoints:
-
/brapi/v2/germplasm
- added support foradditionalInfo
-
/brapi/v2/lists
- added support forexternalReferences
; brought list types in line with BrAPI spec -
/brapi/v2/locations
- added support forexternalReferences
-
/brapi/v2/programs
- added support forexternalReferences
Checklist
- [ ] Refactoring only
- [ ] Documentation only
- [ ] Fixture update only
- [x] Bug fix
- [x] New feature
- [ ] Relevant tests have been created and run.
- [ ] Data was added to the fixture
- [ ] Data was added via a patch in
/t/data/fixture/patches/
.
- [ ] Data was added via a patch in
- [ ] User-Facing Change
- [ ] The user manual in
/docs
has been updated.
- [ ] The user manual in
- [x] Any new Perl has been documented using perldoc.
- [ ] Any new JavaScript has been documented using JSDoc.
- [ ] Any new legacy JavaScript has been moved from
/js
to/js/source/legacy
.
@timparsons Can you break this pull request into smaller chunks so it is easier validate?