Language-Specific API Operations


Any of the programming languages listed in the table can be used to perform common CSP API operations. To learn how to leverage the API, refer to code examples provided.


Language

Description

Code Examples

C#

C# (C Sharp) is an object-oriented programming language that is based on C++ with elements from Visual Basic and Java, and used for developing software components suitable for deployment in distributed environments.

C# Code Examples

Java

Java is a modular object-oriented programming language (modeled after C++) that is platform independent, and used widely on the Web for both client and server processing.

Download Java SDK for code examples

Python

Python is a dynamic object-oriented programming language that can be used for many kinds of software development on a variety of platforms. Python is often compared to Tcl, Perl, Ruby, Scheme, or Java.

Python Code Examples

cURL

cURL is a handy command line tool for access content with URL syntax. Its functionality is also available in libcurl which has bindings in many programming languages.

cURL Code Examples