We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f442c commit a1ceae7Copy full SHA for a1ceae7
README.md
@@ -25,6 +25,7 @@ Upon successful authentication and authorization, you will receive an
25
access token which will be used for further requests.
26
27
`{:ok, response} = Pocketex.Auth.authorize(@consumer_key, request_token)`
28
+
29
`access_token = response["access_token"]`
30
31
We're good to go now, let's get the newest 10 unread items:
0 commit comments