HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Request data from pb in JSON format #11

Closed HalosGhost closed 9 years ago

HalosGhost commented 9 years ago

Right now, we use the default format for pb's return info (yaml). However, since the local database will be in JSON, it would be much simpler (and removes the need for a whole extra dependency) to just request the information in JSON.

HalosGhost commented 9 years ago

via 9e6085d