Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Posting Updates #472

Closed
cadyyan opened this issue Oct 3, 2015 · 7 comments
Closed

API Posting Updates #472

cadyyan opened this issue Oct 3, 2015 · 7 comments

Comments

@cadyyan
Copy link

cadyyan commented Oct 3, 2015

I currently maintain a CLI client for interacting with Solder written in Python. At this point it implements everything that I've found that the API supports which is only reading data. I was wondering if there is some kind of support that I missed for say changing the state of a modpack (from latest to recommended for instance). I looked at the APIController in the master and dev branch and didn't see anything beyond reading data. Did I miss something or does this functionality not exist yet? If this does not exist yet is this something that would be accepted if I implemented it?

@heddendorp
Copy link
Contributor

Currently solder only accepts inputs and data changes via the user interface and provides read only data via the API. I also would like to see a more powerful API and will work on that, but you sure can make pull requests.

@zlepper
Copy link
Contributor

zlepper commented Oct 4, 2015

I already posted about what I would like to see, but more input would likely be appreciated: #414

@sct
Copy link
Member

sct commented Oct 7, 2015

The API will be getting completely overhauled from the ground up. We will put up a post with the proposed changes to the API soon but the plan is to build out a fully RESTful API instead of how it is now. This means you will be able to do EVERYTHING you can normally do in Solder through the API alone.

@zlepper
Copy link
Contributor

zlepper commented Oct 7, 2015

Whoop whoop

@cadyyan
Copy link
Author

cadyyan commented Oct 7, 2015

:D

On Wed, Oct 7, 2015, 01:20 zlepper [email protected] wrote:

Whoop whoop


Reply to this email directly or view it on GitHub
#472 (comment)
.

@zlepper
Copy link
Contributor

zlepper commented Oct 7, 2015

Though for now just a way around the login screen would be nice, everything else I have managed to figure out.
You know am an endpoint that actually didn't just respond with 200 all the time.

@sct
Copy link
Member

sct commented Oct 7, 2015

There won't be any changes to the API on our end until the redesign but feel free to contribute changes to the current one.

@Pyker Pyker closed this as completed Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants