Skip to content

yourbourse/trade-server-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade Server Samples

This repository contains sample projects to help you integrate with the Trade Server API. The samples are available in the following languages and tools:

Projects

  • C#: A sample project demonstrating how to interact with the Trade Server API using C#. View the C# README
  • JavaScript: A sample project showcasing how to use JavaScript to connect to the Trade Server API. View the JavaScript README
  • Postman: A collection of Postman requests to test and interact with the Trade Server API. View the Postman README

Getting Started

To clone this repository, ensure you have Git installed on your machine. Then, run the following command in your terminal or command prompt:

git clone https://github.com/yourbourse/trade-server-samples.git

This will create a local copy of the repository on your machine. Once cloned, you can explore the sample projects and follow the setup instructions for the language or tool of your choice. 2. Navigate to the project folder of your choice. 3. Follow the instructions in the respective README file to set up and run the sample.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for improvement.

Contributors