Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start a wiki #18

Open
8 tasks
nohponex opened this issue Feb 11, 2016 · 1 comment
Open
8 tasks

Start a wiki #18

nohponex opened this issue Feb 11, 2016 · 1 comment

Comments

@nohponex
Copy link
Member

Some of the contents should be:

  • Testphase
    • Execute tests
  • Testparser
    • Writing test files
    • Execute tests files
    • Replace global variables in tests
    • Export response data as global variable
  • Globals
@nohponex
Copy link
Member Author

@VManolas Lets assume with have an API for all our tests and documentation with

  • article
  • user
  • tag

and there are two APIs one is the base and the other is administrator/

endpoint method
/article GET
/article/{id} GET
/article/{id}/relationships/tag GET
/article/{id}/relationships/author GET
/tag GET
/tag/{id} GET
/user GET
/user/{id} GET
/administrator/article GET
/administrator/article/{id} GET
/administrator/article POST
/administrator/article/{id} PATCH
/administrator/article/{id} DELETE
/administrator/tag GET
/administrator/tag/{id} GET
/administrator/tag POST
/administrator/tag/{id} PATCH
/administrator/tag/{id} DELETE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant