Get resource by hash
documentedDownload a resource by its hash.
POST /noteStore/getResourceByHashResourcesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.evernote.com/shard/{{$shardId}}/notestore" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Evernote-Api-Key: {{EVERNOTE_API_KEY}}" \
-d '{"authenticationToken": "{{OAUTH2_ACCESS_TOKEN}}", "noteGuid": "{{$noteGuid}}", "contentHash": "{{$contentHash}}", "withData": {{$withData}}, "withRecognition": {{$withRecognition}}, "withAlternateData": {{$withAlternateData}}}'