API endpoint to update snake details #218
chillfox
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
Thanks for the suggestion @chillfox! This is something we're interested in doing, but we also want to make sure we're designing any APIs we expose properly and securely. We probably won't do a one-off endpoint as a beta feature without building out a solid basis for a Battlesnake API, with API tokens, rate limiting, etc. There's also a more general problem to solve here, of availability/presence management, where we make it easier for Battlesnakes to be offline, or intermittently available without having to constantly ping them. Some ideas that have come up previously:
Any feedback you have on these or other options would be great! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if we could update a snake's URL with an API call. This would be useful for changing IP address and port during deploys a deploy.
Beta Was this translation helpful? Give feedback.
All reactions