Skip to content

MedatechUK/api

Repository files navigation

IIS API

Summary

The API is an IIS Application, installed on the Priority website e.g.

https://erpdemo.emerge-it.co.uk/api/{company}/{endpoint}.ashx

Once the IIS Application is installed it provides a managed extensibility framework that allows us to dynamically deploy new end-points (either feeds or handlers).

Project managers can build new end-points using the .net templates provided and deploy them by simply by copying the edited template to the /bin folder of the API.

Handler end-points use the nodeJS loading service to load data into Priority. This service must be installed seperately.

  • Feed end-points provide data to third party applications
  • The end-point is an sql query
  • Read more about feeds.
  • Handler end-points receive data from third party applications.
  • The end-point builds a loading with the .Net API Load Library
  • The loading is processed by the nodeJS loading service.
  • Read more about handlers.

    Postman Example

    Run in Postman A seperate help file for installation of the IIS application is available here.
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Packages

    No packages published

    Languages