Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 620 Bytes

readme.md

File metadata and controls

26 lines (14 loc) · 620 Bytes

code

You can find my source code at code folder

  • index.php: is main code and my swoole server
  • Slack Folder: is all you need for basic task of slack like post message, reaction, join channel and so on!
  • Helper Folder: is for functions that is common use and can be use anywhere!
how can build

Just run ./build.sh

how can run

Just run ./run.sh

The server is up and running on localhost:9501

how can test api

You can use RMI.postman_collection.json file and import to your postman

resources

The resources folder is all things that I've found about slack api and use it at this task.