Skip to content
Snippets Groups Projects
Commit 28cbb6dc authored by Evan Minto's avatar Evan Minto
Browse files

Add AS2 format to RABL files

parent 53234e59
No related branches found
No related tags found
No related merge requests found
extends 'activitypub/types/person.rabl'
extends 'activitypub/types/person.activitystreams2.rabl'
object @account
......
extends 'activitypub/base.rabl'
extends 'activitypub/base.activitystreams2.rabl'
node(:id) { request.original_url }
extends 'activitypub/intransient.rabl'
extends 'activitypub/intransient.activitystreams2.rabl'
node(:type) { 'Person' }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment