You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,7 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
620
620
GET /geojson/{table}/{id} - read - reads a record by primary key as a GeoJSON Feature
621
621
622
622
The "`/geojson`" endpoint uses the "`/records`" endpoint internally and inherits all functionality, such as joins and filters.
623
-
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one of them.
623
+
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one.
624
624
For map views it supports the "bbox" parameter in which you can specify upper-left and lower-right coordinates (comma separated).
625
625
The following Geometry types are supported by the GeoJSON implementation:
626
626
@@ -708,7 +708,7 @@ Then you have to configure the `jwtAuth.secret` configuration in your `api.php`
708
708
Grab the public key via this [URL](https://www.googleapis.com/robot/v1/metadata/x509/[email protected]).
709
709
There may be several certificates, just grab the one corresponding to your `kid` (if you don't
710
710
know what it is, just test them all until you will be logged in).
711
-
Now, just fill `jwtAuth.secret` with your public key.
711
+
Now, just fill `jwtAuth.secret` with your public key.F
712
712
713
713
To test your integration, you can copy the [firebase/vanilla.html](examples/clients/firebase/vanilla.html)
714
714
file and the [firebase/vanilla-success.html](examples/clients/firebase/vanilla-success.html) file,
@@ -852,7 +852,7 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
852
852
853
853
### File uploads
854
854
855
-
File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader).
855
+
File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader), check out the [example](https://github.com/mevdschee/php-crud-api/blob/master/examples/clients/upload/vanilla.html).
0 commit comments