Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
c5sire committed Mar 9, 2017
1 parent 3737805 commit e66b9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Out of 52 BrAPI calls currently **52 (100%)** are implemented in this package.
| [Authentication](https://github.com/plantbreeding/API/blob/master/Specification/Authentication) | [Authentication](https://github.com/plantbreeding/API/blob/master/Specification/Authentication/Authentication.md) | [ba\_logout](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_logout.md) |
| [Calls](https://github.com/plantbreeding/API/blob/master/Specification/Calls) | [Calls](https://github.com/plantbreeding/API/blob/master/Specification/Calls/Calls.md) | [ba\_calls](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_calls.md) |
| [Crops](https://github.com/plantbreeding/API/blob/master/Specification/Crops) | [ListCrops](https://github.com/plantbreeding/API/blob/master/Specification/Crops/ListCrops.md) | [ba\_crops](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_crops.md) |
| [GenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps) | [ListOfGenomeMap](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps/ListOfGenomeMap.md) | [ba\_genomemaps](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_genomemaps.md) |
| [GenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps) | [ListOfGenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps/ListOfGenomeMaps.md) | [ba\_genomemaps](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_genomemaps.md) |
| [GenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps) | [GenomeMapData](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps/GenomeMapData.md) | [ba\_genomemaps\_data](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_genomemaps_data.md) |
| [GenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps) | [GenomeMapDataByRangeOnLinkageGroup](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps/GenomeMapDataByRangeOnLinkageGroup.md) | [ba\_genomemaps\_data\_range](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_genomemaps_data_range.md) |
| [GenomeMaps](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps) | [GenomeMapDetails](https://github.com/plantbreeding/API/blob/master/Specification/GenomeMaps/GenomeMapDetails.md) | [ba\_genomemaps\_details](https://github.com/c5sire/brapi/blob/master/inst/apidocs/ba_genomemaps_details.md) |
Expand Down
2 changes: 1 addition & 1 deletion inst/apps/brapi/data/calls.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Authentication,ACCEPTED,token,json; text,POST,OTHER,Authentication,ba_login,x,x,
Authentication,ACCEPTED,token,json; text,DELETE,OTHER,Authentication,ba_logout,x,x,,,,,
Calls,ACCEPTED,calls,json,GET,CORE,Calls,ba_calls,x,x,,,x,,
Crops,ACCEPTED,crops,json,GET,CORE,ListCrops,ba_crops,x,x,,,x,,
GenomeMaps,ACCEPTED,maps,json,GET,GENOTYPING,ListOfGenomeMap,ba_genomemaps,x,x,,,,,
GenomeMaps,ACCEPTED,maps,json,GET,GENOTYPING,ListOfGenomeMaps,ba_genomemaps,x,x,,,,,
GenomeMaps,ACCEPTED,maps/id/positions,json,GET,GENOTYPING,GenomeMapData,ba_genomemaps_data,x,x,,,,,
GenomeMaps,ACCEPTED,maps/id/positions/id,json,GET,GENOTYPING,GenomeMapDataByRangeOnLinkageGroup,ba_genomemaps_data_range,x,x,,,,,
GenomeMaps,ACCEPTED,maps/id,json,GET,GENOTYPING,GenomeMapDetails,ba_genomemaps_details,x,x,,,,,
Expand Down

0 comments on commit e66b9e7

Please sign in to comment.