Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 862 Bytes

welcome.md

File metadata and controls

21 lines (13 loc) · 862 Bytes

Tommy Documentation

Welcome, Tommy developer! Get familiar with the Tommy API and the developer SDK to build your own addons and mini programs that run on the Tommy platform. Woof!

Obtain your API key

Please contact [email protected] in order to obtain your API key.

Bug Reports

If you find an issue with the Tommy API, SDK or documentation please post a bug report on the issue tracker

Contributing

To contribute to post a modification to the Tommy documentation please follow these steps:

  1. Fork the repo (git clone [email protected]:tommyassociates/tommy_docs.git)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request