This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

adrian
Hello, I couldn’t find how to deal with files using ash in the docs. I found the File Type but it’s not what I expect. I want to be ab...
New
coverghoul
Hey Ash Community, I found ash and the json api and immediately thought of robust documenting APIs like fastapi in python, or spring in ...
New
frm-adiputra
Index route with pagination (not in a relationship route) did not include pagination metada (limit and offset). Even if I set countable t...
New
thawke
I’m attempting to create a resource that has a :datetime attribute: attribute :pickup_time, :datetime do public? true allow_nil? fal...
New
Guy14
Hello community! Yesterday I tried for a while to translate errors that comes from AshJsonApi controllers (which are AshJsonApi.Error st...
New

Last Three Year's Trending Top

Guy14
Hello, After a following several get started tutorials and trying a few things, I’m seriously considering migrating my project to Ash fr...
New
gordoneliel
Hi! I’ve got a resource with a bunch of attributes that show up in the json response when queried, but this response does not included a...
New
lcabrini
I have a user resource that looks more or less like that one in the Ash Authentication getting started doc, with one added field: role. R...
New
gordoneliel
Hi! I’m trying to filter by similarity eg, name like “eliel” where name could be “Eliel Gordon”. Is there a way to do this with the fil...
New
m9t
Hi there! I’m using ash_json_api and I’m trying to add metadata to the response of a create action, but it doesn’t seem to be included i...
New
Sakthibalan
How do create custom api to get a user by their :first_name and :date_of_birth? read :get_user do argument :first_name, :string do ...
New
adrian
Hello, I have spent more than a day reading ash code, and this forum to understand how tokens work, but I still have some questions. I ...
New
Sakthibalan
I am creating a custom read action to get students by :roll_number and :password. defmodule MyApp.Students.Student do use Ash.Resource...
New
MartinVolerich
I am curious how to best handle :belongs_to relationships over openai/Swagger. I have created a read action on a resource, which has the...
New
srikanthkyatham
Hi I am using the ash + ash_json_api. How to get the embedded ash resources in the swagger schema documentation. I am using ash: v3.0....
New
MartinVolerich
Having received great answers to my questions about json_api endpoints, I have just come across a situation where I am requesting “includ...
New
sangeethailango
I want to insert multiple records in a single post request. Example: This is my POST API URL: /article/article_id/add-comments, and I w...
New
Sakthibalan
I created a post request (localhost:4000/api/students/) Headers: ‘Accept: application/vnd.api+json’ ‘Content-Type: application/vnd.api...
New
sangeethailango
Given I have a nested resource with articles having many comments, how do I create an API endpoint for posting comments. I want my API f...
New
Knd_Lepe
I’m working on an email API service, Already got the Ash action to send email working in iex. My send_email action is a custom action th...
New

Trending Over Three Years Top

adrian
Hello, I am creating my first Ash Json API with Phoenix. I am playing with swagger, and I have some questions. How can I add authenti...
New
Onek
Hopefully a simple one where I’m just not understanding the documentation properly between policies and AshJsonAPI. I have a resource wi...
New
Guy14
Hello! Sorry for being so talkative these days! I’m trying to send relationships in a AshJsonApi response body, but I probably missed s...
New
Sakthibalan
attributes do attribute :id, :uuid do writable? false primary_key? true default &Ecto.UUID.generate/0 all...
New
sangeethailango
I am trying to write a SimpleCheck policy for an update action. How should I access the query parameters inside the policy? For example:...
New
MartinVolerich
I’m loving Ash and AshJsonApi and have created a “read” api that allows a user to login using the password strategy (from AshAuthenticati...
New
Gonza
Hey, I’m thinking about migrating a NodeJS backend to Ash. It’s one of those times in the life of a project where you start to think a fu...
New
rjcnd105
hello. I’m a beginner who has just studied elixir and ash. I wanted to add the maxLength, minLength, and pattern properties in the Op...
New
sangeethailango
I am trying to create an API documentation site for my API using the open_api library in my project. However, I am encountering an “Inter...
New
MartinVolerich
Is there a way that I can add a simple bearer token auth to the interactive swagger page that is generated by this (great) library? It d...
New
MartinVolerich
I’m still not 100% with my understanding of the JSON_API layers on Ash. I’ve created an easy and working aggregate to count the number o...
New
m9t
Hi! I want to do a redirect on a get route, but I can’t find how to do it in the ash or ash-json-api docs. Basically I want this in my r...
New
raulintosh
I’m new to developing with Ash and I want to use AshJsonApi to interact with the application. I managed to configure multitenancy and run...
New
nittin
In my Ash resource, I’ve defined an action which returns a map like below: actions do action :get_presigned_url, :map do run fn _,...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement