Changelog for the memento adaptor
@openfn/language-memento
1.0.1
Patch Changes
- Updated dependencies [408a3a2]
- @openfn/language-common@3.1.1
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