Skip to content

Commit 95f37c5

Browse files
committed
Merge branch 'master' of github.com:mevdschee/php-crud-api
2 parents baafc93 + 6ac04e7 commit 95f37c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
620620
GET /geojson/{table}/{id} - read - reads a record by primary key as a GeoJSON Feature
621621

622622
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.
624624
For map views it supports the "bbox" parameter in which you can specify upper-left and lower-right coordinates (comma separated).
625625
The following Geometry types are supported by the GeoJSON implementation:
626626

@@ -708,7 +708,7 @@ Then you have to configure the `jwtAuth.secret` configuration in your `api.php`
708708
Grab the public key via this [URL](https://www.googleapis.com/robot/v1/metadata/x509/[email protected]).
709709
There may be several certificates, just grab the one corresponding to your `kid` (if you don't
710710
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
712712

713713
To test your integration, you can copy the [firebase/vanilla.html](examples/clients/firebase/vanilla.html)
714714
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
852852

853853
### File uploads
854854

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).
856856

857857
## OpenAPI specification
858858

0 commit comments

Comments
 (0)