joshuabowers / opium

An Object Parse.com Mapping technology for defining models.
MIT License
1 stars 0 forks source link

Create new class for managing Installations #55

Open joshuabowers opened 7 years ago

joshuabowers commented 7 years ago

This would be Opium::Installation.

Installations are mostly exactly like normal parse models, but, like Users, have a special REST API endpoint for handling them. This endpoint is at /{mount-point}/installations. In theory, they should otherwise handle exactly the same as classes.

Note two points: