Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python method for retrieving the list of environment names from the s…
…erver (fossasia#463) Summary: Introduces a way to get a list of all of the environment names from the server. Could be useful to make some python tooling around sorting and deleting environments, and also later around downloading and saving environments. Implements fossasia#445 Tested by running in terminal <img width="493" alt="screen shot 2018-08-29 at 11 19 51 pm" src="https://user-images.githubusercontent.com/1276867/44827666-12baf100-abe2-11e8-9151-56bce8a49f84.png"> <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [ ] For JavaScript changes, I have re-generated the minified JavaScript code. Pull Request resolved: fossasia#463 Differential Revision: D9616314 Pulled By: JackUrb fbshipit-source-id: e04d21fc3da1cff7ce7e96b31766eb44dbeb2595
- Loading branch information