Skip to content

alismed/get-limits-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Salesforce Limits

Lists information about limits in Salesforce org

Using Python Script to lists information about Salesforce limits with rest api.

This use OAuth 2.0 protocol and connected app to authenticate before consume the api.

Environments

In the environment file is necessary define a few key to authenticate.

  • baseUrl
  • clientId
  • clientSecret
  • userName
  • password
  • securityToken
  • apiVersion

Setup

pip install validators

Releases

No releases published

Packages

No packages published

Languages