Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 605 Bytes

File metadata and controls

14 lines (12 loc) · 605 Bytes

ScalarGalaxy Ruby SDK Reference

Operations

  • planets.create(...)POST /planets
  • planets.retrieve(...)GET /planets/{planetId}
  • planets.update(...)PUT /planets/{planetId}
  • planets.delete(...)DELETE /planets/{planetId}
  • planets.delte_image(...)POST /planets/{planetId}/image
  • planets.list_all_data(...)GET /planets
  • celestial_bodies.create(...)POST /celestial-bodies
  • authentication.create_token(...)POST /auth/token
  • authentication.create_user(...)POST /user/signup
  • authentication.list_me(...)GET /me