From e66b9e7d9c53650ab78010ae8f3129977fcf26a4 Mon Sep 17 00:00:00 2001 From: c5sire Date: Wed, 8 Mar 2017 21:05:28 -0500 Subject: [PATCH] u --- README.md | 2 +- inst/apps/brapi/data/calls.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d61ea4b..b400c50 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/inst/apps/brapi/data/calls.csv b/inst/apps/brapi/data/calls.csv index 01a3bfb..356277e 100644 --- a/inst/apps/brapi/data/calls.csv +++ b/inst/apps/brapi/data/calls.csv @@ -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,,,,,