Changelog for the memento adaptor
@openfn/language-memento
1.0.0
Initial release of the adaptor
Adaptor Operations
listLibraries
: Retrieve available content librariesgetFields
: Fetch field definitions and schemaslistEntries
: List entries in a librarygetEntry
: Get single entry by IDcreateEntry
: Create new content entriesupdateEntry
: Modify existing entries
HTTP Operations
- Added low-level HTTP operations for custom implementations:
http.request
: Generic HTTP request functionhttp.get
: GET request functionhttp.post
: POST request functionhttp.put
: PUT request function