What emails do you need to disable which you are unable to disable here: https://www.mc-market.org/account/contact-detailsAt the very least give us an alert api so I can turn of these email notifications.
Im well aware its against the rules, hence why Im requesting basic api endpoints.https://www.mc-market.org/wiki/terms/
"(ii) You will not use any robot, spider, crawler, scraper, or other automated means or interface to access the Service or extract other user’s information; (iii) You will not use or develop any third-party applications that interact with other users’ content or the Service without MCM's written consent;"
That's probably why.
If they're made it against the rules, they clearly don't want people to create applications for the site, which is why they wouldn't release an API.Im well aware its against the rules, hence why Im requesting basic api endpoints.
Hence why this suggestion is open. Im requesting basic end point access. Its all forbidden regardless without web-scraping.If they're made it against the rules, they clearly don't want people to create applications for the site, which is why they wouldn't release an API.
One of the big issues with creating an API is system resources. We’d need to make the current server accessible without an immediate blockade which evidently leads to catastrophe. It doesn’t really make sense from a business and privacy perspective either for anything other than resources.I mean Jayson and Mick be real... It's not that hard to create api that pulls data from database, few lines of code and it's done.
Having api would be really helpful as verifications for e.g. resources(buyers) and discord would be easier.
Hit me up if you really don't have time and want someone to make it for you.
What do you mean by this? I would've thought that if you pipe the request through CloudFlare as usual, you could treat it like any other request; If you're referring to authentication, surely supplying a valid XF session token would be enough (or an actual API token linked with the account), and then only grant access to specific endpoints if the user has Supreme or Premium (permission based).We’d need to make the current server accessible without an immediate blockade
XenForo’s processing is quite database intensive - it’s needed to route requests, determine which files to include, and which to execute. This makes it not so viable in regards to building it directly into XenForo - an API token would make more sense in my mind, however it would again make a hole to connect to our systems. Database connections are fairly intensive.What do you mean by this? I would've thought that if you pipe the request through CloudFlare as usual, you could treat it like any other request; If you're referring to authentication, surely supplying a valid XF session token would be enough (or an actual API token linked with the account), and then only grant access to specific endpoints if the user has Supreme or Premium (permission based).
It would be nice to see user-specific endpoints (like Discord's '/users/@me' endpoint), such as conversations/alerts, but resources is definitely a must.
There is already an API included in XF 2 (https://xenforo.com/xf2-docs/dev/rest-api/). I believe MCM still runs on v1 though.XenForo’s processing is quite database intensive - it’s needed to route requests, determine which files to include, and which to execute. This makes it not so viable in regards to building it directly into XenForo - an API token would make more sense in my mind, however it would again make a hole to connect to our systems. Database connections are fairly intensive.
Cloudflare isn’t the most effective manner of stopping bot attacks, especially when distributed.
That is correct. A primary concern is the nature of our community in such that we require under attack mode enabled constantly.There is already an API included in XF 2 (https://xenforo.com/xf2-docs/dev/rest-api/). I believe MCM still runs on v1 though.
