parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Server Info #361

Closed montymxb closed 7 years ago

montymxb commented 7 years ago

Adds the ParseServerInfo class for handling server-side information provided by /serverInfo. This additionally includes the reported server version. This, and additional data can be accessed via the aforementioned class to see the various features of the current server and it's available features.

This doesn't modify any existing functionality, but it does add a convenient reporting aspect in terms of server version and general configuration/features.

codecov[bot] commented 7 years ago

Codecov Report

Merging #361 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #361      +/-   ##
==========================================
+ Coverage   98.93%   98.95%   +0.01%     
==========================================
  Files          35       36       +1     
  Lines        3301     3343      +42     
==========================================
+ Hits         3266     3308      +42     
  Misses         35       35
Impacted Files Coverage Δ
src/Parse/ParseServerInfo.php 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 537ff77...6093202. Read the comment docs.