• Resolved Geocache Organizer

    (@geocacheorganizer)


    Hi,

    It’s seems to be possible to interact with an external application (WEB app, C# and others…) !

    What is really possible and how ?

    Thanks for your return.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor 10Quality

    (@10quality)

    It is possible. The plugin comes built-in with a RESTful API you can use to connect it with your C# windows products using standard HTTP requests. All responses of the API are on JSON format.

    Here is an example of how to perform a HTTP request using c#:
    https://stackoverflow.com/questions/4015324/how-to-make-http-post-web-request

    For more information, take a look at the documentation found at our website which indicates how to make the requests and what to expect in return.

    The API will let you activate, validate or deactivate your products remotely.

    Thread Starter Geocache Organizer

    (@geocacheorganizer)

    Hi,

    Thanks a lot.

    “Finally” it’is “simple” to write a C# Class that work with your API.

    Regards.

    éric

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integration with windows c# application’ is closed to new replies.