extwitter v0.9.1 ExTwitter.API.Base
Provides basic and common functionalities for Twitter API.
Link to this section Summary
Functions
Send request to the api.twitter.com server
Upload media in chunks
Send request to the upload.twitter.com server
Link to this section Functions
Link to this function
finalize_upload(media_id)
Link to this function
get_id_option(id)
Link to this function
init_media_upload(path, content_type)
Link to this function
media_upload_url()
Link to this function
parse_result(result)
Link to this function
request(method, path, params \\ [])
Send request to the api.twitter.com server.
Link to this function
request_url(path)
Link to this function
upload_file_chunks(path, media_id, chunk_size)
Link to this function
upload_media(path, content_type, chunk_size \\ 65536)
Upload media in chunks
Link to this function
upload_request(method, path, params \\ [])
Send request to the upload.twitter.com server.
Link to this function
verify_params(params)