Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Add scenes post body parameters #13

Merged
merged 3 commits into from
Jul 17, 2017
Merged

Conversation

jisantuc
Copy link
Contributor

@jisantuc jisantuc commented Jul 17, 2017

Overview

This PR pulls over the current swagger spec from the main Raster Foundry repository and updates it it includes post body parameters for /scenes/ and so bravado doesn't choke on the discriminator present in SceneQueryParameters.

Testing

  • ./scripts/update
  • source venv/bin/activate[.fish]
  • ipython, then run:
import uuid
from rasterfoundry.api import API
api = API(<your refresh token>, host=...)
api.client.Imagery.post_scenes(**{'scene': {'organizationId': str(uuid.uuid4())}})

The client should complain about normal things like that request being destined for failure, rather than about receiving any parameters at all.

@jisantuc jisantuc requested a review from alkamin July 17, 2017 17:56
version: "0.1.0"

host: app.rasterfoundry.com

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a testing URL?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol yes that's what I get for copying a templated file

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants