Skip to content

Commit f875af5

Browse files
committed
Fix endpoints with params in path.
1 parent db988e7 commit f875af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Downloads](https://pypip.in/d/TwitterAPI/badge.png)](https://crate.io/packages/TwitterAPI)
22
[![Downloads](https://pypip.in/v/TwitterAPI/badge.png)](https://crate.io/packages/TwitterAPI)
33

4-
To users of prior versions, please look carefully at the code usage examples below. Beginning with version 2.1, the TwitterAPI object no longer holds onto the connection state when calling request(). Instead the connection state is held by the returned object. From this object you get the response.
4+
To users of prior versions: please look carefully at the code usage examples below. Beginning with version 2.1, the TwitterAPI object no longer holds onto the connection state when calling request(). Instead the connection state is held by the returned object. From this object you get the response.
55

66
TwitterAPI
77
==========

0 commit comments

Comments
 (0)