· 1 min read
OAuth 2.0 for Emacs
This week, I've finished my OAuth 2.0 client implementation for GNU Emacs.
This week, I’ve finished my OAuth 2.0 client implementation for GNU Emacs.
I have imported it into GNU ELPA so Emacs 24 users will be soon able to install it using the new Emacs packaging system.
OAuth 2.0 can be used to access, among others, Google APIs or the Facebook Graph API.
Related posts
· 4 min read
Python and fast HTTP clients
Nowadays, it is more than likely that you will have to write an HTTP client for your application that will have to talk to another HTTP server. The ubiquity of REST API makes HTTP a first class citize
Read more → · 3 min read
Handling multipart/form-data natively in Python
RFC7578 (who obsoletes RFC2388) defines the multipart/form-data type that is usually transported over HTTP when users submit forms on your Web page.
Read more →