Extending API for an add on

Discussion in '[bd] API' started by Warchamp7, Nov 17, 2015.

  1. Warchamp7

    Warchamp7 New Member

    Hey @xfrocks, what's the easiest way to extend the API for additional functionality? Like allowing a third party API client to submit content to an add on system in use. Is there a good way to do it without modifying core API files to prevent any future updates from overwriting it?

    I can write the functionality for actually submitting the data to the add on via POST, but I'm not sure how to go about routing that through the API. I hope that makes sense.

    I'm a quick learner but not primarily a backend developer, and MVC programming in particular makes my head spin.

    I'm happy to pay for you to lend a hand in whatever way you can.
     
  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    It's easy to extend API with third party add-on. Just use load class event listener like usual. If you need more help, please start a conversation with me.
     
Loading...