-
Notifications
You must be signed in to change notification settings - Fork 7
Eco.EM.Framework.API
The API is mostly used for Web Requests
We have added in some web requests for you to use easily enough with your applications:
GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-recipes : Will get list of recipes in that server, This includes modded recipes and mod added recipes
GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/api-check : just a basic check to see if you can access the api
GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-prices : Returns a list of every item for sale, how much its for sale for, what currency, what store, who owns the store etc
GET http://{address}:{webserverport}/elixr-mods/framework/api/v1/get-prices?includeOutOfStock=true/false : does the same thing but includes out of stock items
We currently don't have any Post Requests, Feel Free to add a request for some to be added!