mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

ref id 65 has explicit "null" value for bibtex #52

Closed jhpoelen closed 5 years ago

jhpoelen commented 5 years ago

from https://mangal.io/api/v2/reference/65#/ :

{
    "id": 65,
    "doi": null,
    "first_author": "kato",
    "year": "1993",
    "jstor": null,
    "pmid": null,
    "bibtex": "null",
    "paper_url": "https://repository.kulib.kyoto-u.ac.jp/dspace/bitstream/2433/156107/1/cbl02802_119.pdf",
    "data_url": "http://www.web-of-life.es/map.php?type=5",
    "created_at": "2019-02-25T19:40:01.912Z",
    "updated_at": "2019-02-25T19:40:01.912Z"
  }

Expected "bibtex": null, but got "bibtex": "null" .

Related to https://github.com/globalbioticinteractions/globalbioticinteractions/issues/81 .

SteveViss commented 5 years ago

This is also true for https://mangal.io/api/v2/reference/10/ and https://mangal.io/api/v2/reference/60/

SteveViss commented 5 years ago

Fix thanks to @jhpoelen !