Skip to content

issues Search Results · repo:scaleway/python-scaleway language:Python

Filter by

15 results
 (64 ms)

15 results

inscaleway/python-scaleway (press backspace or delete to remove)

I have a staging server with logging config setup to logging.DEBUG If I just use the default logging.basicConfig (ie without turning off scaleway logs), my secrets will leak in the logs as b64-encoded ...
  • edthrn
  • Opened 
    on Aug 11, 2023
  • #48

I was wondering if this sdk is still maintained by the scaleway team. It still has support for the non-working account.scaleway.com part of the api and doesn t support the new endpoints (like https://api.scaleway.com/account/v2alpha1/ssh-keys ...
  • mpaulon
  • 4
  • Opened 
    on Oct 17, 2022
  • #43

Using following: compute_api = ComputeAPI(auth_token=secret_key, region= pl-waw-1 ) compute_api.query().servers.post({ project : org_id, name : test , commercial_type : DEV1-M }) Got: Traceback ...
  • DravenJohnson
  • 2
  • Opened 
    on Apr 8, 2021
  • #37

Trying to list the RDB instances but I have difficulties to specify the region. That -Hyphen seems to be the problem, but I am not Python expert enough figure out how to escape is correctly. api = API(base_url= ...
  • Vad1mo
  • 3
  • Opened 
    on Sep 25, 2020
  • #35

All examples in the readme only demonstrate the usage for GET requests. There is not a single example for other request types like POST. I needed to dig inside the docs of Slumber to find out how to do ...
  • DavHau
  • 1
  • Opened 
    on Nov 16, 2019
  • #30

The first example of the readme api.query().organizations.get() fails with error 404: { message : The requested URL was not found on the server. If you entered the URL manually please check your spelling ...
  • DavHau
  • 7
  • Opened 
    on Nov 16, 2019
  • #29

When a request returns an error the exception printed to the console is quite useless because it does not contain the message of the response. Just the error code. It would be more convenient if the message ...
  • DavHau
  • Opened 
    on Nov 16, 2019
  • #28

I think it would be great to have ability to send user_data(usually text that is interpreted as bash script) when creating a server via the API, https://github.com/scaleway/api.scaleway.com/blob/master/contents/server.md#create-a-new-server-post ...
  • komuw
  • 3
  • Opened 
    on Jan 4, 2017
  • #14

Reading the following line: self.assertTrue(self.api.perm_matches(None, object:* )) I would assume the opposite, can you clarify this case and maybe update the docstring?
question
  • moul
  • 2
  • Opened 
    on Dec 21, 2016
  • #13

Python 3 unittests are failing because of HTTPretty, which is not committed to support Python 3. Should we replace HTTPretty by another package ?
  • kdeldycke
  • 2
  • Opened 
    on Jan 29, 2016
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub