Skip to content
Sam Gerene edited this page May 21, 2018 · 2 revisions

What is the satsearch-SDK

The satsearch-SDK is a C# library that is used to communicate with the satsearh.co API. Satsearch provides a search engine for space products & services. This SDK provides a C# abstraction that makes it straightforward to integrate satsearch in your C# project.

License

The libraries contained in the satsearch-SDK are provided to the community under the GNU General Public License. If this license does not suit your needs, feel free to contact us at info@rheagroup.com. We may even grant you a copy of the software with a more liberal license for free.

Documentation

Documentation

Community

  • satsearch tag on Stack Overflow for question / answers
  • satsearch explained on youtube by Kartik Kumar at 2nd PocketQube Workshop
  • satsearch integration with CDP4

Contributing

Build status

AppVeyor is used to build and test the satsearch-sdk

Branch Build Status
Master Build status
Development Build status

Build history

Other Links

satsearch-SDK

  1. Home
  2. Documentation Overview
  3. Getting your API tokens
  4. Roadmap

Library guts explained

  1. Credentials
  2. HttpClientService
  3. Serializer
  4. SatSearchService

Clone this wiki locally