Community
Samsara github formatting messed up
about 3 years ago by tester222
https://github.com/samsarahq/samsara-python/blob/master/docs/SamsaraApi.md#create_address
There are examples listed, but due to formatting issue, things appear out of place.
For example the first one,
"
create_address
AddressResponse create_address(address)
Create an address
Creates a new address in the organization. Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our <a href="https://forms.gle/zkD4NCH7HjKb7mm69\" target="_blank">API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please <a href="https://www.samsara.com/help\" target="_blank">submit a case to our support team.
Example
"
great, i can copy the above. However,
"from future import print_function import time import samsara from samsara.rest import ApiException from pprint import pprint"
is sitting outside of the box.