v2.0.0-beta.1
Pre-release
Pre-release
First release with support for farmOS 2.0!
This introduces a second set of api endpoints at /api/v2/
for making requests to 2.x servers. Instead of separate endpoints for logs, assets, areas and terms, there is a singe /api/v2/resources/{entity_type}/{bundle}
endpoint that requires the JSONAPI resource type be specified.
Requests can still be made to servers via the 1.x endpoints. The endpoint version must match the server version.