Releases: LaPesteModerne/NcuApi
Releases · LaPesteModerne/NcuApi
NcuApi v1.1
This new version contains minor improvements to the API which are detailed lower in the release notes.
Release notes
- Behavioral improvement: 404 error code replaced by 204 on file not found (considered a limit case, not an error one)
Full Changelog: v1.0...v1.1
NcuApi v1.0
Release 1.0 of the NcuApi
Contains all the code (in test mode) for the NcuWiki web-app's API.
Requirements
This API requires Ruby 3.1.3 and the two following gems:
- bundler
- rails
Once those two gems installed, you'll be able to run the API with the rails server command.
This release of the API is meant to be used with the v1.1 of the NcuWiki web-app, however, it should be (with no guarantee) retro-compatible with older versions.