Package | Github Repository | Nuget Package | Version | Build Status - Windows |
---|---|---|---|---|
skadisteam.shared | igeligel/skadisteam.shared | WIP | WIP | WIP |
Package | Github Repository | Nuget Package | Version | Build Status - Windows |
---|---|---|---|---|
skadisteam.login | igeligel/skadisteam.login | skadisteam.login | 0.1.2-beta | |
skadisteam.inventory | igeligel/skadisteam.inventory | skadisteam.inventory | 0.1.0-beta | |
skadisteam.trade | igeligel/skadisteam.trade | WIP | WIP | WIP |
Package | Github Repository | Nuget Package | Version | Build Status - Windows |
---|---|---|---|---|
skadiprices.csgofast | igeligel/skadiprices.csgofast | skadiprices.csgofast | 0.1.0 |
Version | Release Date | Changelog |
---|---|---|
0.1.2-beta | 07/11/16 | Link |
0.1.1-beta | 07/11/16 | Link |
0.1.0-beta | 07/11/16 | Link |
Version | Release Date | Changelog |
---|---|---|
0.1.0-beta | 2016-07-26 | Link |
Version | Release Date | Changelog |
---|---|---|
WIP | WIP | WIP |
Version | Release Date | Changelog |
---|---|---|
0.1.0 | 2016-07-16 | Link |
0.1.0-beta | 2016-07-16 | Link |
I would be really happy for examples using the api parts. Just create a pull request with the example project and i will add it to the example directory.
Existing Examples:
- WIP
- add price providers dynamically by different packages which will be defined by an interface
- A package interacting with steam id's. It should be similar to this node.js package.
- It should have a class to instantiate a steam id which can be easily converted to other types. Those types are:
- steamID (Better name?)
- steamID3 (Better name?)
- steamCommunityId (It is basically Steam64Id)
- A package which should provide trading services like:
- Declining those
- Sending Trades
- Enables the user to comment on user profiles and read out information of the profiles like:
- Steam Level
- Comments
- Games
- Playtime of games
- Enables the user to get basic group interaction via the package
- Features should be:
- Inviting to groups
- Get group members
- Post announcements
- Reply to discussions
- Enables the user to use the chat interface of steam
- Make api access to steamlytics.xyz with an api key
- Should be similar to the csgofast package
- Make api access to steamapi.io with an api key
- Should be similar to the csgofast package
For basic support and questions create an issue and ask there.
Otherwise. General contribution works like:
- Create a fork of the project
- add your changes
- submit a pull request
Also be sure to follow these guidelines: