Skip to content

vitaminwater/goparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is juste a simple and incomplete abstraction over Parse Rest API.

Please read the Parse Rest API docs first.

This library is designed to be used in goparse-scrap.

API

The goparse API is based on the Object type. An Object is just a key-value store, it exposes Get and Set methods with different flavours of types.

Object instances is Marshable.

Read source comments for a list of exposed methods.


The ClassObject is what you use to interact with documents in a Parse Collection.

the ClassObject inherits from Object, and adds a Save method to send to Parse, and Delete to delete the entry.

Save does insert or update based on the presence or not of an objectId field in the object. It adds the objectId field on insert.

About

Incomplete parse rest API abstraction in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages