Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balajar-dm/rest-server-api
Learn rest server using https://github.com/chriskacerguis/codeigniter-restserver
https://github.com/balajar-dm/rest-server-api
codeigniter rest-server restful-api
Last synced: 1 day ago
JSON representation
Learn rest server using https://github.com/chriskacerguis/codeigniter-restserver
- Host: GitHub
- URL: https://github.com/balajar-dm/rest-server-api
- Owner: Balajar-DM
- Created: 2021-06-29T01:21:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T08:15:53.000Z (over 3 years ago)
- Last Synced: 2024-11-23T11:13:40.983Z (2 months ago)
- Topics: codeigniter, rest-server, restful-api
- Language: PHP
- Homepage:
- Size: 556 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rest-server-api
Rest-Server-Api in CodeigniterLearn to make rest server api using package https://github.com/chriskacerguis/codeigniter-restserver
##### Add Keys
- Pada commit ini [fc2558c](https://github.com/Balajar-DM/rest-server-api/commit/fc2558c54e8aa4d1ec0ce82ba6dc6e46ae9b1e73) , buatlah table dengan nama table dan field yang sudah ada pada keterangan file `application/config/rest.php` di baris 313 sampai 323.
- Error yang terjadi dan penyelesaiannya https://github.com/chriskacerguis/codeigniter-restserver/issues/1065 .##### Add Limits
- Pada commit ini [22841c8](https://github.com/Balajar-DM/rest-server-api/commit/22841c863f87585991d37ea8aa86303835ebc08c) , buatlah table dengan nama table dan field yang sudah ada pada keterangan file `application/config/rest.php` di baris 473 sampai 480.##### Add authorization 'basic'
- Jika error saat user dan pass tidak dimasukan, edit code di vendor/chriskacerguis/codeigniter-restserver/src/RestController.php pada baris 1877. Dari `$this->http_status['UNAUTHORIZED']` to `self::HTTP_UNAUTHORIZED`