micropub.rocks
micropub.rocks will be a test suite and helper for your Micropub implementations.
It will include test tools to help you test both your Micropub clients as well as servers. Below is the tools it will provide for each role.
Clients
- Provides a mock server that you can use to create posts from your client
- The server will implement all parts of the spec so you can test building a complete client
Servers
- Provides a mock client with several built-in kinds of posts
- Clicking a button in this tool will send a Micropub request to your server for various kinds of posts
- Some tests of invalid posts will be included as well
- Will include a workflow that mimics uploading a photo to a Media Endpoint and then using that in a subsequent Micropub request