v8 - Building a proper API
This won't hit as hard as Smith but it does pack a punch.
And and I have a hunch this release will rock.
The API is now hosted at https://api.gregory-ms.com/ and offers some options for authentication, new methods, and much more information about each piece of content. Articles, Trials, and Sources.
The search by keyword is somewhat new as it now only uses get requests and accepts regular expressions. The javascript that shows related articles on the site is now broken, but I'll get around to fix it sometime next week. Same as the documentation for developers, that has become more outdated than the yellow pages.
Life has been a bit demanding lately, so if you can, please take a look around and let me know if you find any issues.
What's Changed
- Move the API to Django Rest Framework by @brunoamaral in #77
- remove extra Z in date time, fixes #56 by @brunoamaral in #70
- adds doi number to database, solves #72 by @brunoamaral in #73
- add missing api endpoint for machine learning model by @brunoamaral in #78
- adjust to use the future API endpoint by @brunoamaral in #79
- make sure summary is over 360 characters by @brunoamaral in #82
- add missing condition to view by @brunoamaral in #83
- seems to fix #81 by @brunoamaral in #84
Full Changelog: v7...v8